1
0
Fork 0
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:
Robin Appelman 2017-09-12 16:44:52 +02:00
commit c620740592

View file

@ -81,7 +81,7 @@ class Header {
$this->protocol = $protocol; $this->protocol = $protocol;
$this->server = $server; $this->server = $server;
$this->nick = $nick; $this->nick = $nick;
$this->map = $map; $this->map = strtolower($map);
$this->game = $game; $this->game = $game;
$this->duration = $duration; $this->duration = $duration;
$this->ticks = $ticks; $this->ticks = $ticks;