mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 23:25:55 +03:00
Fix LocalTimestamp
This commit is contained in:
parent
6f5bde4f79
commit
fc42dca5bf
@ -79,7 +79,7 @@ public static async Task WaitForPingDataAsync( float maxAgeInSeconds = 60 * 5 )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static long LocalTimetamp => Internal.GetLocalTimestamp();
|
public static long LocalTimestamp => Internal.GetLocalTimestamp();
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user