On line 1210, the placeholder indexes are incorrect, it should be:
displayName = string.Format("[{0}]{1}", _instance.Clans.Call<string>("GetClanOf", player.userID), displayName);
FYI @Bazz3l :)
On line 1210, the placeholder indexes are incorrect, it should be:
displayName = string.Format("[{0}]{1}", _instance.Clans.Call<string>("GetClanOf", player.userID), displayName);
FYI @Bazz3l :)
ty for the report pushing update now.