mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:53:50 +00:00
Add missing break statement in Networking to prevent default nighttime
This commit is contained in:
parent
31d02e8bf1
commit
66e697953c
1 changed files with 1 additions and 0 deletions
|
@ -656,6 +656,7 @@ void Networking::ProcessPlayerPacket(RakNet::Packet *packet)
|
|||
getLocalPlayer()->setClass();
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
case ID_GAME_TIME:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue