🐛 scene entities not execute buffered events

This commit is contained in:
2023-09-03 13:29:37 +03:00
parent 8705e93929
commit 27db256902
3 changed files with 2 additions and 2 deletions
@@ -47,7 +47,7 @@ public struct RagonServerConfiguration
public Dictionary<string, string> WebHooks;
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
private static readonly string ServerVersion = "1.2.0-rc";
private static readonly string ServerVersion = "1.2.9-rc";
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
{
{"enet", Server.ServerType.ENET},