diff options
| author | Fuwn <[email protected]> | 2021-05-01 23:36:56 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-01 23:36:56 +0000 |
| commit | 5dfc1c46443adf0e082a29db69bad89c91b2e9e2 (patch) | |
| tree | 1a71bc19072a76d5e7d5792a71bd0a43ad48cb73 /src/server/cmd/commands/mod.rs | |
| parent | feat(cmds): trait based commands (diff) | |
| download | whirl-5dfc1c46443adf0e082a29db69bad89c91b2e9e2.tar.xz whirl-5dfc1c46443adf0e082a29db69bad89c91b2e9e2.zip | |
refactor(cmds): remove unimplemented command: whisper
When it's time comes, the action command will be implemented, however, at this moment it was serving
no purpose.
Diffstat (limited to 'src/server/cmd/commands/mod.rs')
| -rw-r--r-- | src/server/cmd/commands/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/cmd/commands/mod.rs b/src/server/cmd/commands/mod.rs index 0d5fc1c..49758c2 100644 --- a/src/server/cmd/commands/mod.rs +++ b/src/server/cmd/commands/mod.rs @@ -10,4 +10,3 @@ pub mod subscribe_distance; pub mod subscribe_room; pub mod teleport; pub mod text; -pub mod whisper; |