From 8c45216cfd489245b33128671a7ef6a975ad6a6a Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 30 Apr 2007 18:32:40 +0000 Subject: [PATCH] Oh, forgot to reset ServerPrint --- dlls/fakemeta/fakemeta_amxx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/fakemeta/fakemeta_amxx.cpp b/dlls/fakemeta/fakemeta_amxx.cpp index dbcd433c..4d49d04d 100755 --- a/dlls/fakemeta/fakemeta_amxx.cpp +++ b/dlls/fakemeta/fakemeta_amxx.cpp @@ -152,6 +152,7 @@ void FMH_ServerDeactivate_Post() RESETE(GetPlayerAuthId); RESETE(GetPlayerWONId); RESETE(IsMapValid); + RESETE(ServerPrint); RESETD(Spawn); RESETD(Think);