new moon stuff

This commit is contained in:
2020-06-23 11:00:09 -05:00
parent da5d642505
commit e010cf1327

View File

@@ -317,8 +317,6 @@ class MoonsAdminController extends Controller
//Set up the moon rental type
if($moon->rental_type == 'In Alliance') {
$type = 'IA';
} else if($moon->rental_type == 'Out of Alliance') {
$type = 'OOA';
} else if($moon->rental_type == 'Alliance') {