Update main class location
This commit is contained in:
		
							parent
							
								
									2d7d2d778c
								
							
						
					
					
						commit
						8e96c92f88
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -143,7 +143,7 @@ public class GenIdeaProjectTask extends DefaultTask { | |||
|         } | ||||
| 
 | ||||
|         IdeaRunConfig ideaClient = new IdeaRunConfig(); | ||||
|         ideaClient.mainClass = "chorusmc.base.ClientStart"; | ||||
|         ideaClient.mainClass = "chorusmc.base.launch.ClientStart"; | ||||
|         ideaClient.projectName = getProject().getName(); | ||||
|         ideaClient.configName = "Minecraft Client"; | ||||
|         ideaClient.runDir = "file://$PROJECT_DIR$/" + extension.runDir; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue