Update TShockAPI/TSPlayer.cs
This commit is contained in:
parent
fb7a63be78
commit
238c8c859b
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue