From 7224d3ad17c64048ce36afb4dcc272cf571f62b4 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:13:44 +0000 Subject: [PATCH] oops! all runtimes! --- code/modules/client/client_procs.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index ebe1e6e260..fdeb3cb94a 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -1021,7 +1021,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( unlockable_loadout_data[key] = amount S["unlockable_loadout"] << unlockable_loadout_data prefs.unlockable_loadout_data = unlockable_loadout_data - WRITE_FILE(S["unlockable_loadout"], unlockable_loadout_data) return TRUE return FALSE