Compare commits

...

1 Commits

Author SHA1 Message Date
edmand46 efebf4ceda 🐛 scene entities 2023-04-14 17:42:27 +04:00
@@ -68,7 +68,7 @@ public sealed class SceneLoadedOperation : IRagonOperation
} }
var roomPlugin = room.Plugin; var roomPlugin = room.Plugin;
if (roomPlugin.OnEntityCreate(player, entity)) continue; if (!roomPlugin.OnEntityCreate(player, entity)) continue;
var playerInfo = $"Player {context.Connection.Id}|{context.LobbyPlayer.Name}"; var playerInfo = $"Player {context.Connection.Id}|{context.LobbyPlayer.Name}";
var entityInfo = $"{entity.Id}:{entity.Type}"; var entityInfo = $"{entity.Id}:{entity.Type}";