Explorar el Código

Corrected main class

Tankernn hace 8 años
padre
commit
5e6c8134ff
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>