Skip to content

Commit

Permalink
SERVER: Fix not backing up model on init
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Dec 29, 2024
1 parent 6357ee3 commit dc8ff52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/server/entities/map_entities.qc
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ void() misc_model =
self.model = "models/missing_model.mdl";
}

self.oldmodel = self.model;

//
// Set default stats.
Expand Down

0 comments on commit dc8ff52

Please sign in to comment.