mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-07 01:51:09 +00:00
prompt nightly pass
This commit is contained in:
parent
1723e0f625
commit
a5d3fc3293
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
server/clientfuncs.qc
|
server/clientfuncs.qc
|
||||||
|
|
||||||
used to communicate between server and client
|
Used to communicate between server and client
|
||||||
|
|
||||||
Copyright (C) 2021-2022 NZ:P Team
|
Copyright (C) 2021-2022 NZ:P Team
|
||||||
|
|
||||||
|
@ -677,4 +677,4 @@ float(float weapon) Util_WeaponFiresTraceshot =
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue