0
0
Fork 0
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:
Ian 2022-12-28 11:06:17 -05:00 committed by GitHub
parent 1723e0f625
commit a5d3fc3293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }