From 4b286f6f6fb49a2e4a8d2d479a673f864c249a39 Mon Sep 17 00:00:00 2001 From: Alberth Date: Sat, 27 Dec 2014 10:56:48 +0100 Subject: [PATCH] Minor fixes (name in license text, nae of the class). --- info.nut | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/info.nut b/info.nut index 162ef29..fbb8e94 100644 --- a/info.nut +++ b/info.nut @@ -6,16 +6,15 @@ * under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License * - * NoCarGoal is distributed in the hope that it will be useful, + * BusyBee is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with NoCarGoal; If not, see or + * along with BusyBee If not, see or * write to the Free Software Foundation, Inc., 51 Franklin Street, * Fifth Floor, Boston, MA 02110-1301 USA. - * */ class FMainClass extends GSInfo { @@ -24,7 +23,7 @@ class FMainClass extends GSInfo { function GetDescription() { return "Goal: Have fun"; } function GetVersion() { return 0; } function GetDate() { return "2014-12-27"; } - function CreateInstance() { return "MainClass"; } + function CreateInstance() { return "FMainClass"; } function GetShortName() { return "BBEE"; } function GetAPIVersion() { return "1.4"; } function GetUrl() { return ""; }