From da3e206c1ceee42913ca112d6cff49cf8cf108f9 Mon Sep 17 00:00:00 2001 From: Richard D'angelo Date: Sat, 18 Jun 2016 17:22:03 -0300 Subject: [PATCH] MakeGreed correction Corrected according to PsiOmegaDelta, whom I trust blindly on this one --- code/modules/client/client procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 336231e530..fc72bc1611 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -158,6 +158,7 @@ if(!void) void = new() + void.MakeGreed() screen += void if(prefs.lastchangelog != changelog_hash) //bolds the changelog button on the interface so we know there are updates.