parent
8d277edf04
commit
535c9a2a7e
2 changed files with 2 additions and 1 deletions
|
|
@ -4264,7 +4264,7 @@ namespace TShockAPI
|
|||
}
|
||||
|
||||
Main.windSpeedCurrent = speed;
|
||||
Main.windSpeedTarget = 0f;
|
||||
Main.windSpeedTarget = speed;
|
||||
TSPlayer.All.SendData(PacketTypes.WorldInfo);
|
||||
TSPlayer.All.SendInfoMessage("{0} changed the wind speed to {1}.", args.Player.Name, speed);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue