Obsolete Logger cleanup for EntitySystems part 2 (#26159)
* Kill the static InRangeUnOccluded * Adjusted 4 more EntitySystems that were missed.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Content.Server.Tabletop
|
||||
// Since this is the first time opening this session, set up the game
|
||||
tabletop.Setup.SetupTabletop(session, EntityManager);
|
||||
|
||||
Logger.Info($"Created tabletop session number {tabletop} at position {session.Position}.");
|
||||
Log.Info($"Created tabletop session number {tabletop} at position {session.Position}.");
|
||||
|
||||
return session;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user