aboutsummaryrefslogtreecommitdiff
path: root/lib/MasterServer/Core
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MasterServer/Core')
-rwxr-xr-xlib/MasterServer/Core/Core.pm2
-rwxr-xr-xlib/MasterServer/Core/Version.pm9
2 files changed, 5 insertions, 6 deletions
diff --git a/lib/MasterServer/Core/Core.pm b/lib/MasterServer/Core/Core.pm
index 0e0cd58..4cd6063 100755
--- a/lib/MasterServer/Core/Core.pm
+++ b/lib/MasterServer/Core/Core.pm
@@ -61,7 +61,7 @@ sub main {
my @db_type = split(':', $self->{dblogin}->[0]);
# format supported?
- if ( "Pg SQLite" =~ m/$db_type[1]/i) {
+ if ( "Pg SQLite mysql" =~ m/$db_type[1]/i) {
# inform us what DB we try to load
$self->log("load","Loading $db_type[1] database module.");
diff --git a/lib/MasterServer/Core/Version.pm b/lib/MasterServer/Core/Version.pm
index aba692f..ccf9491 100755
--- a/lib/MasterServer/Core/Version.pm
+++ b/lib/MasterServer/Core/Version.pm
@@ -23,18 +23,17 @@ sub version {
# these fields does not count as a significant alteration.
#
# -- addition to the LICENCE, you are only allowed to modify these lines
- # if you send Darkelarious a postcard or email with your compliments or,
- # in case of a company editing, a letter of (re)commendation.
+ # if you send Darkelarious a postcard or email with your compliments.
#
# master type
- $self->{build_type} = "333networks Masterserver-Perl (Pg-SQLite) 20150519208";
+ $self->{build_type} = "333networks Masterserver-Perl (Pg-SQLite-MySQL) 20151108209";
# version
- $self->{build_version} = "2.0.8";
+ $self->{build_version} = "2.0.9";
# date yyyy-mm-dd
- $self->{build_date} = "2015-05-19";
+ $self->{build_date} = "2015-11-08";
#author, email
$self->{build_author} = "Darkelarious, darkelarious\@333networks.com";