[Megameknet-cvs] MegaMekNET/src/server/campaign CampaignMain.java,1.89,1.90
Status: Inactive
Brought to you by:
mcwizard
From: Helge R. <mcw...@us...> - 2005-02-22 22:27:32
|
Update of /cvsroot/megameknet/MegaMekNET/src/server/campaign In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8467/src/server/campaign Modified Files: CampaignMain.java Log Message: purge of inactive accounts won't fill SOL bays anymore Index: CampaignMain.java =================================================================== RCS file: /cvsroot/megameknet/MegaMekNET/src/server/campaign/CampaignMain.java,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** CampaignMain.java 22 Feb 2005 21:08:31 -0000 1.89 --- CampaignMain.java 22 Feb 2005 22:27:21 -0000 1.90 *************** *** 1189,1193 **** commands.put("PLANET", new PlanetCommand()); commands.put("PLAYERS", new PlayersCommand()); ! commands.put("PURGEINACTIVE", new PurgeInactiveCommand()); commands.put("RANGE", new RangeCommand()); commands.put("RECALL", new RecallCommand()); --- 1189,1193 ---- commands.put("PLANET", new PlanetCommand()); commands.put("PLAYERS", new PlayersCommand()); ! commands.put("purgeinactive", new PurgeInactiveCommand()); commands.put("RANGE", new RangeCommand()); commands.put("RECALL", new RecallCommand()); |