No players are not playing "Waiting for players"

This commit is contained in:
Sam 2018-07-05 15:54:41 +01:00 committed by Alexander Meech
parent 1352715a77
commit 0cd93db5a4

View File

@ -1036,6 +1036,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
if (_game != null && _game.WorldData != null)
{
game = _game.GetName();
map = _game.WorldData.MapName;
}