changed no alliance to None

This commit is contained in:
2018-11-06 21:25:37 -06:00
parent 3a20eb9894
commit 18480cf7b5

View File

@@ -295,7 +295,7 @@ class LoginController extends Controller
return 'Guest';
}
} else {
return 'Guest';
return 'None';
}
}
}