diff options
Diffstat (limited to 'lib/MasterServer/Core/Core.pm')
| -rwxr-xr-x | lib/MasterServer/Core/Core.pm | 2 |
1 files changed, 1 insertions, 1 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."); |
