From 2a5adf8fdccda44e1c9fd39b6a8f117ac96ee2a4 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sun, 6 Feb 2022 08:55:30 -0500 Subject: [PATCH] wow! --- code/modules/client/stored_item.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/client/stored_item.dm b/code/modules/client/stored_item.dm index 0553dc8dd1..43424e7f9d 100644 --- a/code/modules/client/stored_item.dm +++ b/code/modules/client/stored_item.dm @@ -24,11 +24,6 @@ return 1 -// loads the savefile corresponding to the mob's ckey -// if silent=true, report incompatible savefiles -// returns 1 if loaded (or file was incompatible) -// returns 0 if savefile did not exist - /obj/machinery/item_bank/proc/persist_item_savefile_load(mob/user, thing) if (IsGuestKey(user.key)) return 0