When a player is kicked from their faction by the autoLeaveAfterDaysOfInactivity routine, the rest of their stored data is now dropped as well

When a player is banned from the server, they will now be kicked from their faction and have their stored data removed (only works on CB 1240 or newer)
This commit is contained in:
Brettflan
2011-10-05 00:33:15 -05:00
parent 7c249e1884
commit 149257f154
3 changed files with 32 additions and 4 deletions

View File

@@ -593,7 +593,12 @@ public class Faction {
return false;
}
//----------------------------------------------//
// Bank functions
//----------------------------------------------//
public double getMoney() {
return this.money;
}