Reworked unavailable nominations showing in the menu (bug 3269)

Fixed a non-const String in mapchooser.inc
This commit is contained in:
Matt Woodrow
2008-10-09 14:24:30 +13:00
parent ff7cb43f6a
commit ed75da0f85
3 changed files with 194 additions and 65 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ native bool:EndOfMapVoteEnabled();
* Called when mapchooser removes a nomination from its list.
* Nominations cleared on map start will not trigger this forward
*/
forward OnNominationRemoved(String:map[], owner);
forward OnNominationRemoved(const String:map[], owner);
public SharedPlugin:__pl_mapchooser =