Revert "Admin Log Browser Improvements (#39130)"

This reverts commit f67cebf7a4.

Per request of @Kowlin and @southbridge-fur

Check out https://github.com/space-wizards/space-station-14/issues/39960 for further information
This commit is contained in:
Vasilis The Pikachu
2025-08-31 17:50:37 +02:00
parent 1150053580
commit 5100068a78
27 changed files with 77 additions and 4608 deletions

View File

@@ -1075,7 +1075,7 @@ INSERT INTO player_round (players_id, rounds_id) VALUES ({players[player]}, {id}
players[i] = log.Players[i].PlayerUserId;
}
yield return new SharedAdminLog(log.Id, log.Type, log.Impact, log.Date, log.CurTime, log.Message, players);
yield return new SharedAdminLog(log.Id, log.Type, log.Impact, log.Date, log.Message, players);
}
}