mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-21 06:35:00 -04:00
reload-ddl support for mapedit to able reload user DDL on fly
This commit is contained in:
parent
a4aa67ede9
commit
c1197ed78e
3 changed files with 8 additions and 3 deletions
|
@ -470,6 +470,10 @@ static int process_actions(const char *command) {
|
|||
temp_storage_list(command_ls_callback,NULL);
|
||||
return 1;
|
||||
}
|
||||
if (istrcmp(command, "reload-ddl") == 0) {
|
||||
reload_ddls();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue