Update ArcadeManager.java

Still testing gitignore
This commit is contained in:
Daniel Waggner 2021-05-25 12:19:56 -07:00
parent 3f39f2ac0f
commit a5858d3315

View File

@ -1005,7 +1005,7 @@ public class ArcadeManager extends MiniPlugin implements IRelation
} }
} }
//Added random comment to test that the gitignore is properly set-up //Added random comment to test that the gitignore is properly set-up Take 3
boolean nullGame = _game == null; boolean nullGame = _game == null;
GameDisplay game = null; GameDisplay game = null;