From e0d727670cbeda0db0812c5c9efc503d75f8d0a4 Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Thu, 6 Jul 2017 12:21:45 +0200 Subject: Support for \status\ query, deprecated \about\ query --- lib/MasterServer/TCP/ListCompiler.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/MasterServer/TCP/ListCompiler.pm') 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( -- cgit v1.2.3