Release 1.6.3

Also, removed extra /f claim alias ("claim" was in there twice)
This commit is contained in:
Brettflan 2012-01-19 00:59:46 -06:00
parent 03b368e9c4
commit 5fd5be6bf5
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
name: Factions
version: 1.6.3_dev
version: 1.6.3
main: com.massivecraft.factions.P
authors: [Olof Larsson, Brett Flannigan]
softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard]

View File

@ -27,8 +27,6 @@ public class CmdClaim extends FCommand
senderMustBeMember = false;
senderMustBeModerator = false;
senderMustBeAdmin = false;
aliases.add("claim");
}
@Override