示例#1
0
 private static void OnReloadConfigCommand(string name, string[] args)
 {
     // Loads configuration from file.
     InstanceHolder.LoadConfig();
     Logger.Log("Reloaded JoE's config.");
 }