Revert "test"

This reverts commit 0fc0715048e982917a9fa2cf2a1599169ea45e7e.
This commit is contained in:
JohnCorby 2023-08-23 16:03:51 -07:00
parent 0fc0715048
commit 63a5a13342

View File

@ -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; // test
return;
}
handler(from, data);
}