Fix project name, and use Nightly as version.
This commit is contained in:
2
info.nut
2
info.nut
@@ -33,7 +33,7 @@ class BusyBeeInfo extends GSInfo {
|
||||
function CreateInstance() { return "BusyBeeClass"; }
|
||||
function GetShortName() { return "BBEE"; }
|
||||
function GetAPIVersion() { return "1.5"; }
|
||||
function GetUrl() { return "http://dev.openttdcoop.org/projects/busybee-gs"; }
|
||||
function GetUrl() { return "http://dev.openttdcoop.org/projects/busy-bee-gs"; }
|
||||
function MinVersionToLoad() { return MINCOMPATIBLE_SAVEGAME_VERSION; }
|
||||
function GetSettings();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user