mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -689,7 +689,6 @@
|
||||
for (var/T in subtypesof(/datum/game_mode))
|
||||
var/datum/game_mode/M = new T()
|
||||
// to_chat(world, "DEBUG: [T], tag=[M.config_tag], prob=[probabilities[M.config_tag]]")
|
||||
|
||||
if (!(M.config_tag in modes))
|
||||
qdel(M)
|
||||
continue
|
||||
@@ -699,5 +698,4 @@
|
||||
if (M.can_start())
|
||||
runnable_modes[M] = probabilities[M.config_tag]
|
||||
// to_chat(world, "DEBUG: runnable_mode\[[runnable_modes.len]\] = [M.config_tag]")
|
||||
|
||||
return runnable_modes
|
||||
|
||||
Reference in New Issue
Block a user