SERVER: Fix not backing up model on init

This commit is contained in:
MotoLegacy 2024-12-29 13:04:44 -05:00
parent 6357ee3226
commit dc8ff52c39

View file

@ -273,6 +273,7 @@ void() misc_model =
self.model = "models/missing_model.mdl"; self.model = "models/missing_model.mdl";
} }
self.oldmodel = self.model;
// //
// Set default stats. // Set default stats.