mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 03:28:26 +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))
|
||||
{
|
||||
DebugLog.DebugWrite($"unknown addon message type with hash {hash}", MessageType.Error);
|
||||
return;
|
||||
return; // test
|
||||
}
|
||||
handler(from, data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user