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
used to communicate between server and client
Used to communicate between server and client
Copyright (C) 2021-2022 NZ:P Team
@ -677,4 +677,4 @@ float(float weapon) Util_WeaponFiresTraceshot =
return true;
return false;
}
}