diff options
| author | Darkelarious <darkelarious@333networks.com> | 2017-07-06 12:21:45 +0200 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2017-07-06 12:21:45 +0200 |
| commit | e0d727670cbeda0db0812c5c9efc503d75f8d0a4 (patch) | |
| tree | 3c4a5c2aa2b065e5458ea30e86c30ed30f7bac8d /lib/MasterServer/TCP/ListCompiler.pm | |
| parent | 34a2c7390ea9662d33258d384e72fff1912343ff (diff) | |
| download | MasterServer-Perl-e0d727670cbeda0db0812c5c9efc503d75f8d0a4.tar.gz MasterServer-Perl-e0d727670cbeda0db0812c5c9efc503d75f8d0a4.zip | |
Support for \status\ query, deprecated \about\ query
Diffstat (limited to 'lib/MasterServer/TCP/ListCompiler.pm')
| -rwxr-xr-x | lib/MasterServer/TCP/ListCompiler.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MasterServer/TCP/ListCompiler.pm b/lib/MasterServer/TCP/ListCompiler.pm index 97ef541..c035008 100755 --- a/lib/MasterServer/TCP/ListCompiler.pm +++ b/lib/MasterServer/TCP/ListCompiler.pm @@ -98,7 +98,7 @@ sub compile_sync { for my $g (keys %games) { # $g is now a gamename -- check if it's supported. Else ignore. - if ($self->get_game_props($g)) { + if ($self->get_game_props(gamename => $g)) { # get list from database my $list = $self->get_server( |
