diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 06:15:41 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-03-15 08:47:41 +0100 |
commit | 1e162629da53373f0e2502014d42c7636412e67e (patch) | |
tree | 0fd311e28042ebee4f1f3df4cb97063c6bb4eafc /src/shared.rs | |
parent | aa6901736da520d4608adfb74b8bc0a8a9e121a8 (diff) |
chore: release
Diffstat (limited to 'src/shared.rs')
-rw-r--r-- | src/shared.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared.rs b/src/shared.rs index 4db5224..b3a7cc4 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -11,7 +11,6 @@ pub mod cooldown; pub mod imperative; pub mod projectile; -pub const CLIENT_ID: u64 = 0; pub const KEY: [u8; 32] = [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ]; |