add: add current map and current time to graph editing overlay
fix: send client messages as unreliable to prevent reliable channel overflow (should solve problems when editing large number of waypoints on single location)
This commit is contained in:
parent
ae0156ff42
commit
d402f38295
5 changed files with 19 additions and 3 deletions
|
|
@ -112,6 +112,9 @@ public:
|
|||
// checks if same model ommiting the models directory
|
||||
bool isModel (const edict_t *ent, StringRef model);
|
||||
|
||||
// get the current date and time as string
|
||||
String getCurrentDateTime ();
|
||||
|
||||
public:
|
||||
|
||||
// re-show welcome after changelevel ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue