We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d1c791 commit 4392e64Copy full SHA for 4392e64
1 file changed
MLAPI/Data/NetworkConfig.cs
@@ -316,7 +316,6 @@ public ulong GetConfig(bool cache = true)
316
{
317
if (ConfigHash != null && cache)
318
return ConfigHash.Value;
319
- Debug.Assert(true);
320
321
Sort();
322
0 commit comments