fix run client, fix needed as it now runs in a named env
This commit is contained in:
		
							parent
							
								
									c5a19955ff
								
							
						
					
					
						commit
						1fae916384
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -79,6 +79,7 @@ public class RunClientTask extends JavaExec { | |||
| 	public List<String> getJvmArgs() { | ||||
| 		LoomGradleExtension extension = this.getProject().getExtensions().getByType(LoomGradleExtension.class); | ||||
| 		List<String> args = new ArrayList<>(); | ||||
| 		args.add("-Dfabric.development=true"); | ||||
| 		return args; | ||||
| 	} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue