Fixed broken setteamflag. PREVIEW 4.

This commit is contained in:
taoneill 2011-08-07 21:49:34 -04:00
parent 8fcd24da2c
commit 66b4af4d1a
3 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ public class WarCommandHandler {
commandObj = new SetTeamCommand(this, sender, arguments);
} else if (command.equals("deleteteam")) {
commandObj = new DeleteTeamCommand(this, sender, arguments);
} else if (command.equals("teamflag")) {
} else if (command.equals("setteamflag")) {
commandObj = new SetTeamFlagCommand(this, sender, arguments);
} else if (command.equals("setmonument")) {
commandObj = new SetMonumentCommand(this, sender, arguments);

View File

@ -1,5 +1,5 @@
name: War
version: 1.6 (de Gaulle) PREVIEW 3
version: 1.6 (de Gaulle) PREVIEW 4
description: Lets you create TDM and CTF (warzones) for a more structured PVP experience.
author: tommytony
website: war.tommytony.com

View File

@ -1,5 +1,5 @@
name: War
version: 1.6 (de Gaulle) PREVIEW 3
version: 1.6 (de Gaulle) PREVIEW 4
description: Lets you create TDM and CTF (warzones) for a more structured PVP experience.
author: tommytony
website: war.tommytony.com