Update TShockAPI/TSPlayer.cs

This commit is contained in:
Erik 2011-12-05 17:54:23 -06:00
parent fb7a63be78
commit 238c8c859b

View file

@ -384,6 +384,12 @@ namespace TShockAPI
Console.WriteLine(msg);
RconHandler.Response += msg + "\n";
}
public void SetFullMoon(bool fullmoon)
{
Main.moonPhase = 0;
SetTime(false, 0);
}
public void SetBloodMoon(bool bloodMoon)
{