fix: yb_shoots_thru_walls bounds was incorrect.
fix: save, load, upload, download graph files always in lowercase. refactor: menu display / hide refactored to reduce network traffic. (use string chunks instead of sending menu with writeChar (), and do not reset menu display, if no menu is displayed to client).
This commit is contained in:
parent
26a2ea9f0b
commit
3b0f06bb09
4 changed files with 90 additions and 76 deletions
|
|
@ -137,6 +137,8 @@ public:
|
|||
bool executeMenus ();
|
||||
|
||||
void showMenu (int id);
|
||||
void closeMenu ();
|
||||
|
||||
void kickBotByMenu (int page);
|
||||
void assignAdminRights (edict_t *ent, char *infobuffer);
|
||||
void maintainAdminRights ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue