mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-07 17:11:02 +00:00
SERVER: Fix not backing up model on init
This commit is contained in:
parent
6357ee3226
commit
dc8ff52c39
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ void() misc_model =
|
|||
self.model = "models/missing_model.mdl";
|
||||
}
|
||||
|
||||
self.oldmodel = self.model;
|
||||
|
||||
//
|
||||
// Set default stats.
|
||||
|
|
Loading…
Reference in a new issue