mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-01 12:25:12 +00:00
fix crash (#1644)
tested that sending an empty packet with this messageID no longer crashes the chat server
This commit is contained in:
@@ -148,10 +148,9 @@ void PlayerContainer::CreateTeamServer(Packet* packet) {
|
||||
|
||||
if (team != nullptr) {
|
||||
team->zoneId = zoneId;
|
||||
}
|
||||
|
||||
UpdateTeamsOnWorld(team, false);
|
||||
}
|
||||
}
|
||||
|
||||
void PlayerContainer::BroadcastMuteUpdate(LWOOBJID player, time_t time) {
|
||||
CBITSTREAM;
|
||||
|
Reference in New Issue
Block a user