Пример #1
0
 public static void LoadAllSettings()
 {
     Properties.Load("properties/server.properties");
     Updater.Load("properties/update.properties");
     MCLawl.Group.InitAll();
     Command.InitAll();
     GrpCommands.fillRanks();
     Block.SetBlocks();
     Awards.Load();
 }