mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
test
This commit is contained in:
parent
cc6286fc92
commit
0fc0715048
@ -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;
|
return; // test
|
||||||
}
|
}
|
||||||
handler(from, data);
|
handler(from, data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user