Clean up pumpkin moon and frost moon commands

This commit is contained in:
MarioE 2014-06-27 22:02:46 -04:00
parent 5073714f43
commit 1df9f40a6c
2 changed files with 23 additions and 55 deletions

View file

@ -1032,9 +1032,9 @@ namespace TShockAPI
SetTime(false, 0);
}
public void SetSnowMoon(bool snowMoon)
public void SetFrostMoon(bool frostMoon)
{
Main.snowMoon = snowMoon;
Main.snowMoon = frostMoon;
SetTime(false, 0);
}