mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Add slot renaming op code support to fix #24
This commit is contained in:
@@ -95,6 +95,7 @@ mod avatar_set_custom;
|
||||
mod avatar_set;
|
||||
mod garage_slot_controls;
|
||||
mod garage_slot_set_customisations;
|
||||
mod garage_slot_name;
|
||||
|
||||
use polariton_server::operations::OperationsHandler;
|
||||
|
||||
@@ -213,4 +214,5 @@ pub fn handler(init_ctx: &crate::InitConfig) -> OperationsHandler<crate::UserTy>
|
||||
.add(avatar_set::avatar_set_provider())
|
||||
.add(garage_slot_controls::garage_slot_controls_provider())
|
||||
.add(garage_slot_set_customisations::garage_slot_customisation_provider())
|
||||
.add(garage_slot_name::garage_slot_rename_provider())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user