Skip to content

Commit

Permalink
Fix /npc gamemode
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Apr 28, 2013
1 parent 756d067 commit 468009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/commands/NPCCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public void despawn(CommandContext args, CommandSender sender, NPC npc) throws C
aliases = { "npc" },
usage = "gamemode [gamemode]",
desc = "Changes the gamemode",
modifiers = { "gravity" },
modifiers = { "gamemode" },
min = 1,
max = 2,
permission = "citizens.npc.gravity")
Expand Down

2 comments on commit 468009f

@davisable
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.5.2 support please :)

@dmulloy2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protocol Lib support please :) (Helps with all the updates, not just 1.5.2)

Please sign in to comment.