Add dumping of RestHandlers, to sorta maybe create a little documentation on a system we've never documented.
This commit is contained in:
parent
7ad1889a13
commit
05c127f20c
2 changed files with 96 additions and 0 deletions
|
|
@ -515,6 +515,7 @@ namespace TShockAPI
|
|||
ConfigFile.DumpDescriptions();
|
||||
Permissions.DumpDescriptions();
|
||||
ServerSideConfig.DumpDescriptions();
|
||||
RestManager.DumpDescriptions();
|
||||
Environment.Exit(1);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue