Added feedback to /ungodme
- The command now tells the user that the operation succeeded. Previously it would be a silent command, potentially leaving the user wondering if it worked
This commit is contained in:
parent
78b72df79d
commit
3e40ade0ca
1 changed files with 2 additions and 0 deletions
|
|
@ -6469,6 +6469,8 @@ namespace TShockAPI
|
||||||
var godPower = CreativePowerManager.Instance.GetPower<CreativePowers.GodmodePower>();
|
var godPower = CreativePowerManager.Instance.GetPower<CreativePowers.GodmodePower>();
|
||||||
|
|
||||||
godPower.SetEnabledState(args.Player.Index, false);
|
godPower.SetEnabledState(args.Player.Index, false);
|
||||||
|
|
||||||
|
args.Player.SendSuccessMessage("Journey Godmode has been disabled on your character.");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion Cheat Comamnds
|
#endregion Cheat Comamnds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue