mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
normalize map names to lowercase
This commit is contained in:
parent
8bd9f0a4ce
commit
c620740592
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class Header {
|
|||
$this->protocol = $protocol;
|
||||
$this->server = $server;
|
||||
$this->nick = $nick;
|
||||
$this->map = $map;
|
||||
$this->map = strtolower($map);
|
||||
$this->game = $game;
|
||||
$this->duration = $duration;
|
||||
$this->ticks = $ticks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue