mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-02 17:09:35 +01:00
Changed /god to mention /ungod.
This commit is contained in:
parent
5010d35ff3
commit
c0be10ad94
@ -62,7 +62,7 @@ public static void god(CommandContext args, WorldGuardPlugin plugin,
|
|||||||
|
|
||||||
// Tell the user
|
// Tell the user
|
||||||
if (player.equals(sender)) {
|
if (player.equals(sender)) {
|
||||||
player.sendMessage(ChatColor.YELLOW + "God mode enabled!");
|
player.sendMessage(ChatColor.YELLOW + "God mode enabled! Use /ungod to disable.");
|
||||||
|
|
||||||
// Keep track of this
|
// Keep track of this
|
||||||
included = true;
|
included = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user