do not default to the restrictive commons licence on GUI server

advances #100
This commit is contained in:
mirabilos 2020-04-21 14:14:55 +02:00 committed by mirabilos
parent 5a7f8a59a1
commit 47958ffef0
No known key found for this signature in database
GPG Key ID: 8950C1895EB8D3B3

View File

@ -560,10 +560,6 @@ int main ( int argc, char** argv )
eLicenceType );
if ( bUseGUI )
{
// special case for the GUI mode: we want the licence type to be
// creative commons per default (if not given in the settings file)
Server.SetLicenceType ( LT_CREATIVECOMMONS );
// load settings from init-file
CSettings Settings ( &Server, strIniFileName );
Settings.Load();