From 96e53324e1dedd73be9b39c422eea1d1c264c5be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Sat, 7 May 2016 13:15:55 +0200 Subject: [PATCH] Removed main from Game.java It gon' be called from Application anyway --- cicaprojekt/Game.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/cicaprojekt/Game.java b/cicaprojekt/Game.java index 43acf95..99dad3b 100644 --- a/cicaprojekt/Game.java +++ b/cicaprojekt/Game.java @@ -6,9 +6,6 @@ public class Game { private Dungeon dungeon; private FlowOfTime flowoftime; - public static void main(String[] args) { - } - public void allZPMsCollected() { this.stopGame(); }