add: yb_object_pickup_radius cvar. fixes #256.

refactor: switch from yapb.ru to yapb.jeefo.net as default url.
This commit is contained in:
dmitry 2021-11-15 12:10:18 +03:00
commit 215e1c15d9
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
3 changed files with 4 additions and 3 deletions

View file

@ -32,7 +32,7 @@ public:
StringRef year { &__DATE__[7] };
StringRef author { "YaPB Project" };
StringRef email { "yapb@jeefo.net" };
StringRef url { "https://yapb.ru/" };
StringRef url { "https://yapb.jeefo.net/" };
StringRef download { "graph.yapb.ru" };
StringRef folder { "yapb" };
StringRef logtag { "YB" };