minimal bugfix for masterserver code

This commit is contained in:
Tom Reynolds 2013-10-12 23:55:32 +00:00
parent e31192db9f
commit c12f5ded3f
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
foreach( $all_servers as $server )
{
# Filter by version if requested
if ( FILTER_VERSION == $server['glestVersion'] OR FILTER_VERSION == '' )
if ( FILTER_VERSION == $server['glestVersion'] or FILTER_VERSION == '' )
{
echo "\t\t\t" . '<tr>' . PHP_EOL;