[Change] Land message.
This commit is contained in:
parent
1ae475fcdf
commit
eff5850957
@ -1043,7 +1043,7 @@ void player_land(void) {
|
||||
else if(!player_isFlag(PLAYER_LANDACK)) {
|
||||
// No landing authorization.
|
||||
if(!areEnemies(player->faction, planet->faction)) {
|
||||
player_message("%s> Permission to land cleared.", planet->name);
|
||||
player_message("%s> Permission to land granted.", planet->name);
|
||||
player_setFlag(PLAYER_LANDACK);
|
||||
} else {
|
||||
player_message("%s> Land request denied.", planet->name);
|
||||
|
Loading…
Reference in New Issue
Block a user