mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +03:00
Merge pull request #283 from Agoxandr/fixtypo
Fix typo SteamNetworkingUtils.LocalTimestamp
This commit is contained in:
commit
1273b5985f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user