From 8a4a989bba3a068ce7e7c852258d159a17634319 Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 18 Feb 2017 21:49:07 -0200 Subject: [PATCH] Revert "Resets client skin on connect" --- code/modules/client/client_procs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 1b4c1032c71..e333ffe225e 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -300,8 +300,7 @@ var/next_external_rsc = 0 //This is down here because of the browse() calls in tooltip/New() if(!tooltips) tooltips = new /datum/tooltip(src) - - winset(src, null, "reset=true") + ////////////// //DISCONNECT//