Remove a line in Configuration.kt :)
This commit is contained in:
		
							parent
							
								
									c8a55f8774
								
							
						
					
					
						commit
						ea2c5c458b
					
				@ -17,7 +17,6 @@ object Configuration {
 | 
				
			|||||||
    private val file: File = File(Minecraft.getInstance().gameDirectory.absolutePath + File.separator + "snowy.conf")
 | 
					    private val file: File = File(Minecraft.getInstance().gameDirectory.absolutePath + File.separator + "snowy.conf")
 | 
				
			||||||
    private suspend fun writeConfig(c: Config) = coroutineScope {
 | 
					    private suspend fun writeConfig(c: Config) = coroutineScope {
 | 
				
			||||||
        launch {
 | 
					        launch {
 | 
				
			||||||
            println("yesyesyes")
 | 
					 | 
				
			||||||
            file.writeText(
 | 
					            file.writeText(
 | 
				
			||||||
                """
 | 
					                """
 | 
				
			||||||
                Snowy {
 | 
					                Snowy {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user