wiki fixes

This commit is contained in:
2019-03-08 14:04:22 -06:00
parent ad56639640
commit bfda1a0939
2 changed files with 2 additions and 2 deletions

View File

@@ -285,7 +285,7 @@ class LoginController extends Controller
return 'W4RP';
} else if(in_array($corp_info->alliance_id, $legacy)) {
return 'Legacy';
} else if(in_arry($corp_info->alliance_id, $renter)) {
} else if(in_array($corp_info->alliance_id, $renter)) {
return 'Renter';
} else {
return 'Guest';