2020-05-27 00:15:01 +02:00
parent 7453cf6801
commit 451ba978fb
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ class BeeRewardInfo extends GSInfo {
function CreateInstance() { return "BeeRewardClass"; }
function GetShortName() { return "BREW"; }
function GetAPIVersion() { return "1.5"; }
function GetUrl() { return "http://dev.openttdcoop.org/projects/bee-awards"; }
function GetUrl() { return "https://gitlab.com/jottyfan/bee-reward/"; }
function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; }
function GetSettings();
}