-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin commands #9
base: master
Are you sure you want to change the base?
Conversation
chat message !move player red becomes command: - move player red
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a big PR. I'm sure it's been tested already in game.
I just skimmed through quickly there might be bugs..
|
||
|
||
|
||
if (command == "addAdmin" || command == "addadmin") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could compare with all cap or something eventually so that all cases work.
@@ -285,56 +287,6 @@ s_masterVolume 1 | |||
|
|||
s_inGameMusic true | |||
|
|||
k_moveUp 17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are not used?
https://github.com/intval/BaboViolent2/blob/a4b91e1309d4dcac22d1733f65933c84a1f97d14/CHANGELOG.md