mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-21 18:55:17 +00:00
47fc1527bf
The breaks make the function return true, which causes the shine packets to be broadcasted to all connected clients. Returning false will prevent the broadcast of the current shine packet. Note: If shines are enabled, the clients will receive every shine twice. Once from the `SyncShineBag();` and then a second time from the default broadcast caused by the remaining breaks. We should probably replace every `break;` with `return false;` here? |
||
---|---|---|
.. | ||
Client.cs | ||
CommandHandler.cs | ||
DiscordBot.cs | ||
FlipOptions.cs | ||
Program.cs | ||
Server.cs | ||
Server.csproj | ||
Settings.cs | ||
Time.cs |