Skip to content

Commit 4392e64

Browse files
committed
Removed debug assert
1 parent 1d1c791 commit 4392e64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MLAPI/Data/NetworkConfig.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ public ulong GetConfig(bool cache = true)
316316
{
317317
if (ConfigHash != null && cache)
318318
return ConfigHash.Value;
319-
Debug.Assert(true);
320319

321320
Sort();
322321

0 commit comments

Comments
 (0)