Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| efebf4ceda |
@@ -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}";
|
||||||
|
|||||||
Reference in New Issue
Block a user