aboutsummaryrefslogtreecommitdiff
path: root/src/server/cmd/commands/mod.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-30 18:31:40 +0000
committerFuwn <[email protected]>2021-04-30 18:31:40 +0000
commitfd8f4bf03dfdacd3861ae0a4b60a25e440441ba7 (patch)
tree395fa62797ba0b0aa2225484f81b4bf46ecfce3f /src/server/cmd/commands/mod.rs
parentrefactor(cmds): of2m (diff)
downloadwhirl-fd8f4bf03dfdacd3861ae0a4b60a25e440441ba7.tar.xz
whirl-fd8f4bf03dfdacd3861ae0a4b60a25e440441ba7.zip
refactor(cmds): remove unimplemented command modules
Diffstat (limited to 'src/server/cmd/commands/mod.rs')
-rw-r--r--src/server/cmd/commands/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/cmd/commands/mod.rs b/src/server/cmd/commands/mod.rs
index fab8734..d06c061 100644
--- a/src/server/cmd/commands/mod.rs
+++ b/src/server/cmd/commands/mod.rs
@@ -5,10 +5,8 @@ pub mod action;
pub mod buddy_list;
pub mod property;
pub mod room;
-pub mod session;
pub mod subscribe_distance;
pub mod subscribe_room;
pub mod teleport;
pub mod text;
pub mod whisper;
-// pub mod register_object_id; // TODO: Implement.