Stupid semicolon
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401452
This commit is contained in:
parent
ea0678cf3c
commit
b59e16ff97
@ -510,7 +510,7 @@ stock bool:IsValidCvarChar(c)
|
||||
stock bool:IsMapSelected(const String:Map[])
|
||||
{
|
||||
KvRewind(g_NextMapList);
|
||||
return KvJumpToKey(g_NextMapList, Map)
|
||||
return KvJumpToKey(g_NextMapList, Map);
|
||||
}
|
||||
|
||||
stock bool:IsMapOld(const String:map[])
|
||||
|
Loading…
Reference in New Issue
Block a user