Fix project name, and use Nightly as version.

This commit is contained in:
Alberth
2015-01-15 22:23:50 +01:00
parent 11736c80cd
commit ac71d903cc
2 changed files with 3 additions and 3 deletions

View File

@@ -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();
}