mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-16 03:07:18 +00:00
also make loadunzonedmap use lowercase
This commit is contained in:
parent
1bb38a1a2c
commit
c873f218a6
@ -1668,6 +1668,7 @@ bool FindUnzonedMap(char out[PLATFORM_MAX_PATH])
|
||||
if (buffer[length-3] == 'b' && buffer[length-2] == 's' && buffer[length-1] == 'p')
|
||||
{
|
||||
buffer[length-4] = 0;
|
||||
LowercaseString(buffer);
|
||||
mapList.SetValue(buffer, false, false); // note: false for 'replace'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user