removed unnecesary parameter, not sure if map being incorrect parameter type is fixed doe

This commit is contained in:
jenz
2023-03-23 22:25:20 +01:00
parent 5840846119
commit e094ed41aa
2 changed files with 12 additions and 29 deletions
@@ -234,7 +234,7 @@ void UpdateMapTrie()
delete excludeMaps;
}
public void OnNominationRemoved(const char[] map, int owner)
public void OnNominationRemoved(const char[] map)
{
int status;
/* Is the map in our list? */