Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
toString lol
Browse files Browse the repository at this point in the history
  • Loading branch information
educatalan02 committed May 17, 2019
1 parent 8e45fa5 commit 064cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cs
Expand Up @@ -32,7 +32,7 @@ private void Desconectado(UnturnedPlayer player)

private void Conectado(UnturnedPlayer player)
{
EffectManager.sendUIEffect(Configuration.Instance.EffectId, 15, true , Provider.clients.Count() + " / " + Provider.maxPlayers);
EffectManager.sendUIEffect(Configuration.Instance.EffectId, 15, true , Provider.clients.Count() + " / " + Provider.maxPlayers.ToString());
}

protected override void Unload()
Expand Down

0 comments on commit 064cb23

Please sign in to comment.