SERVER: Whoops, typo.

This commit is contained in:
cypress 2024-07-28 11:47:21 -07:00 committed by GitHub
parent 876d627fa4
commit 0c888ba33e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,7 +265,7 @@ void() misc_model =
// NZ:P Edit -- No model specified, use our missing/replacement
// model.
if (self.model == "") {
if (cvar("developer))
if (cvar("developer"))
bprint(PRINT_HIGH, "+ [DEV-INFO]: misc_model without model set. Fix this!\n");
self.model = "models/missing_model.mdl");