Fix a quick typo I made
This commit is contained in:
parent
e2d826a157
commit
6d3bb30c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -1392,7 +1392,7 @@ namespace TShockAPI
|
|||
|
||||
private static void ForceXmas(CommandArgs args)
|
||||
{
|
||||
TShock.Config.ForceHalloween = !TShock.Config.ForceHalloween;
|
||||
TShock.Config.ForceXmas = !TShock.Config.ForceXmas;
|
||||
Main.checkXMas();
|
||||
TSPlayer.All.SendInfoMessage("{0} {1}abled Christmas mode!", args.Player.Name, (TShock.Config.ForceHalloween ? "en" : "dis"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue