mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-24 21:02:14 +00:00
SERVER: Whoops, typo.
This commit is contained in:
parent
876d627fa4
commit
0c888ba33e
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ void() misc_model =
|
||||||
// NZ:P Edit -- No model specified, use our missing/replacement
|
// NZ:P Edit -- No model specified, use our missing/replacement
|
||||||
// model.
|
// model.
|
||||||
if (self.model == "") {
|
if (self.model == "") {
|
||||||
if (cvar("developer))
|
if (cvar("developer"))
|
||||||
bprint(PRINT_HIGH, "+ [DEV-INFO]: misc_model without model set. Fix this!\n");
|
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");
|
||||||
|
|
Loading…
Reference in a new issue