TShock/TShockAPI/Rest
Lucas Nicodemus 3a59280834 Pre-initialize TShock hooks for Register method
Hooks have this fancy .Register method when they're of type
HandlerList<Args> that high made but we never bother to initialize
any of them, so .Register doesn't work because it's null.

This solves that problem by just initializing all handlers. Thus,
.Register works, and thus, you can register hooks with priorities.
2017-12-20 12:35:42 -07:00
..
Rest.cs Pre-initialize TShock hooks for Register method 2017-12-20 12:35:42 -07:00
RestCommand.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
RestManager.cs Remove server restart rest routes 2017-12-11 16:09:03 -07:00
RestObject.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
RestPermissions.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
RestVerbs.cs Updated Copyright for 2017 2017-03-13 12:17:16 +10:30
SecureRest.cs Renamed TShockAPI.DB 'User' to 'UserAccount' 2017-12-08 01:38:15 +01:00