mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
small fix
This commit is contained in:
parent
4d1d2b5527
commit
e7444ddb97
@ -211,7 +211,7 @@ public cmdVoteMap(id,level,cid) {
|
||||
if (g_validMaps == 0) {
|
||||
new lMaps[16]
|
||||
format(lMaps,15,"%L",id,(argc==2)?"MAP_IS":"MAPS_ARE")
|
||||
console_print(id,"%L",id,"GIVEN_NOT_VALID")
|
||||
console_print(id,"%L",id,"GIVEN_NOT_VALID",lMaps)
|
||||
return PLUGIN_HANDLED
|
||||
}
|
||||
new menu_msg[256]
|
||||
|
Loading…
Reference in New Issue
Block a user