mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Removed some... odd thing.
This commit is contained in:
parent
7b8165fe6f
commit
3074ca0756
@ -446,8 +446,6 @@ displayMenu(id,pos) {
|
|||||||
keys |= (1<<k)
|
keys |= (1<<k)
|
||||||
|
|
||||||
len += format(menubody[len],511-len,g_MenuItem[a],++k,g_WeaponNames[a], id, positionBlocked(a) ? "ON" : "OFF")
|
len += format(menubody[len],511-len,g_MenuItem[a],++k,g_WeaponNames[a], id, positionBlocked(a) ? "ON" : "OFF")
|
||||||
|
|
||||||
server_print(menubody)
|
|
||||||
}
|
}
|
||||||
len += format(menubody[len],511-len,"^n8. %L \y\R%s^n\w",id,"SAVE_SET",g_Modified?"*":"")
|
len += format(menubody[len],511-len,"^n8. %L \y\R%s^n\w",id,"SAVE_SET",g_Modified?"*":"")
|
||||||
if (end != MAXMENUPOS) {
|
if (end != MAXMENUPOS) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user