Procházet zdrojové kódy

Corrected main class

Tankernn před 8 roky
rodič
revize
5e6c8134ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -37,7 +37,7 @@
 							<archive>
 								<manifest>
 									<addClasspath>true</addClasspath>
-									<mainClass>eu.tankernn.game.MainLoop</mainClass>
+									<mainClass>eu.tankernn.game.Launcher</mainClass>
 								</manifest>
 								<manifestEntries>
 			                        <Specification-Title>${project.name}</Specification-Title>