fix for /f save causing NPE when run from console
This commit is contained in:
		@@ -22,7 +22,7 @@ public class FCommandSaveAll extends FBaseCommand {
 | 
				
			|||||||
	public void perform() {
 | 
						public void perform() {
 | 
				
			||||||
		Factions.saveAll();
 | 
							Factions.saveAll();
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		me.sendMessage("Factions saved to disk!");
 | 
							sendMessage("Factions saved to disk!");
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user