mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
typo.
This commit is contained in:
parent
0c888ba33e
commit
a2d3748ff6
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ void() misc_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