mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-21 00:39:53 +00:00
Revert "test"
This reverts commit 0fc0715048e982917a9fa2cf2a1599169ea45e7e.
This commit is contained in:
parent
0fc0715048
commit
63a5a13342
@ -14,7 +14,7 @@ public static class AddonDataManager
|
|||||||
if (!_handlers.TryGetValue(hash, out var handler))
|
if (!_handlers.TryGetValue(hash, out var handler))
|
||||||
{
|
{
|
||||||
DebugLog.DebugWrite($"unknown addon message type with hash {hash}", MessageType.Error);
|
DebugLog.DebugWrite($"unknown addon message type with hash {hash}", MessageType.Error);
|
||||||
return; // test
|
return;
|
||||||
}
|
}
|
||||||
handler(from, data);
|
handler(from, data);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user