1
0
Fork 1
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:
David Cernat 2016-10-31 22:53:32 +02:00
parent 31d02e8bf1
commit 66e697953c

View file

@ -656,6 +656,7 @@ void Networking::ProcessPlayerPacket(RakNet::Packet *packet)
getLocalPlayer()->setClass();
}
}
break;
}
case ID_GAME_TIME:
{