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

View file

@ -268,7 +268,7 @@ void() misc_model =
if (cvar("developer"))
bprint(PRINT_HIGH, "+ [DEV-INFO]: misc_model without model set. Fix this!\n");
self.model = "models/missing_model.mdl");
self.model = "models/missing_model.mdl";
}