diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm
index 7bd08167e6..9ba1c767b7 100644
--- a/code/__HELPERS/roundend.dm
+++ b/code/__HELPERS/roundend.dm
@@ -71,10 +71,10 @@
if(LAZYLEN(GLOB.round_end_notifiees))
send2irc("Notice", "[GLOB.round_end_notifiees.Join(", ")] the round has ended.")
- for(var/client/C in GLOB.clients)
+ /*for(var/client/C in GLOB.clients)
if(!C.credits)
C.RollCredits()
- C.playtitlemusic(40)
+ C.playtitlemusic(40)*/
display_report()
@@ -409,4 +409,4 @@
else
objective_parts += "Objective #[count]: [objective.explanation_text] Fail."
count++
- return objective_parts.Join("
")
\ No newline at end of file
+ return objective_parts.Join("
")