aboutsummaryrefslogtreecommitdiff
path: root/src/server_dev/cmd/action.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:29:26 -0700
committerFuwn <[email protected]>2021-04-26 13:29:26 -0700
commitf91ba540a09c2c03beaa21a36f902484770464b6 (patch)
tree0c53e6289bea0a2882958c7c454e73248ad54334 /src/server_dev/cmd/action.rs
parentMerge branch 'develop' of https://github.com/Whirlsplash/whirl into develop (diff)
downloadwhirl-f91ba540a09c2c03beaa21a36f902484770464b6.tar.xz
whirl-f91ba540a09c2c03beaa21a36f902484770464b6.zip
fix: Actually remove legacy server module
Diffstat (limited to 'src/server_dev/cmd/action.rs')
-rw-r--r--src/server_dev/cmd/action.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/server_dev/cmd/action.rs b/src/server_dev/cmd/action.rs
deleted file mode 100644
index 1cf9086..0000000
--- a/src/server_dev/cmd/action.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-pub fn create_action_command() -> [u8; 18] {
- [
- 0x12, 0x01, 0x11, 0x00, 0x05, 0x54, 0x52, 0x41, 0x44, 0x45, 0x07, 0x26, 0x7c, 0x2b, 0x69, 0x6e,
- 0x76, 0x3e,
- ]
-}