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:
dmitry 2022-01-16 01:14:11 +03:00
commit d402f38295
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
5 changed files with 19 additions and 3 deletions

View file

@ -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 ?