From a8a8632778ce2206371df875281d529fbc36c658 Mon Sep 17 00:00:00 2001 From: zaCade Date: Tue, 9 Apr 2019 21:24:32 +0200 Subject: [PATCH] entWatch4: Well oops.. --- _entWatch4/scripting/entWatch-core.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index 48aac749..5cefe414 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -557,7 +557,7 @@ public Action OnButtonPress(int button, int client) } char sFilter[64]; - if (item.dConfig.GetFilter(sFilter, sizeof(sFilter))) + if (item.dConfig.GetFilter(sFilter, sizeof(sFilter)) && sFilter[0]) Entity_SetName(client, sFilter); Call_StartForward(g_hFwd_OnClientItemActivate);