mirror of
https://github.com/MassiveCraft/Factions.git
synced 2024-12-31 21:18:27 +01:00
fix for /f save causing NPE when run from console
This commit is contained in:
parent
097b555466
commit
1af166b1c2
@ -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!");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user