Fix loading into world.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Game
|
||||
void HandleServerTimeOffsetRequest(ServerTimeOffsetRequest packet)
|
||||
{
|
||||
ServerTimeOffset response = new();
|
||||
response.Time = (uint)Time.UnixTime;
|
||||
response.Time = Time.UnixTime;
|
||||
SendPacket(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user