Bug on EventWinner() , winner name not showing when player finishes an eventSolved

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.

Locked automatically