From 96854aefa7cc6779fcf2a126e76b8a52f1f4ba40 Mon Sep 17 00:00:00 2001 From: Christian Hammacher Date: Tue, 25 Apr 2006 15:14:54 +0000 Subject: [PATCH] now allows you to teleport yourself (request by jpt10181) --- plugins/telemenu.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/telemenu.sma b/plugins/telemenu.sma index f5311d8b..b339a85d 100755 --- a/plugins/telemenu.sma +++ b/plugins/telemenu.sma @@ -147,7 +147,7 @@ displayTelMenu(id, pos) i = g_menuPlayers[id][a] get_user_name(i, name, 31) - if (blockMenu || !is_user_alive(i) || (get_user_flags(i) & ADMIN_IMMUNITY)) + if (blockMenu || !is_user_alive(i) || (id != i && get_user_flags(i) & ADMIN_IMMUNITY)) { ++b