mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Add missing break statement in Networking to prevent default nighttime
This commit is contained in:
parent
31d02e8bf1
commit
66e697953c
@ -656,6 +656,7 @@ void Networking::ProcessPlayerPacket(RakNet::Packet *packet)
|
|||||||
getLocalPlayer()->setClass();
|
getLocalPlayer()->setClass();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case ID_GAME_TIME:
|
case ID_GAME_TIME:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user