minor text fixes
This commit is contained in:
parent
83657e8773
commit
287d5f9534
@ -1617,7 +1617,11 @@ void GameController::NotifyUpdateAvailable(Client * sender)
|
|||||||
switch(sender->GetUpdateInfo().Type)
|
switch(sender->GetUpdateInfo().Type)
|
||||||
{
|
{
|
||||||
case UpdateInfo::Snapshot:
|
case UpdateInfo::Snapshot:
|
||||||
|
#if MOD_ID > 0
|
||||||
|
gameModel->AddNotification(new UpdateNotification(this, std::string("A new mod update is available - click here to update")));
|
||||||
|
#else
|
||||||
gameModel->AddNotification(new UpdateNotification(this, std::string("A new snapshot is available - click here to update")));
|
gameModel->AddNotification(new UpdateNotification(this, std::string("A new snapshot is available - click here to update")));
|
||||||
|
#endif
|
||||||
break;
|
break;
|
||||||
case UpdateInfo::Stable:
|
case UpdateInfo::Stable:
|
||||||
gameModel->AddNotification(new UpdateNotification(this, std::string("A new version is available - click here to update")));
|
gameModel->AddNotification(new UpdateNotification(this, std::string("A new version is available - click here to update")));
|
||||||
|
Reference in New Issue
Block a user