Fix idea main class (#1)
This commit is contained in:
		
							parent
							
								
									8e96c92f88
								
							
						
					
					
						commit
						451adbeeb6
					
				
					 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.launch.ClientStart"; | ||||
|         ideaClient.mainClass = "chorusmc.base.launch.ChorusClientMain"; | ||||
|         ideaClient.projectName = getProject().getName(); | ||||
|         ideaClient.configName = "Minecraft Client"; | ||||
|         ideaClient.runDir = "file://$PROJECT_DIR$/" + extension.runDir; | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue