mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
SERVER: Redirect DerpedCrusader's wall lamp prop path
This commit is contained in:
parent
2b06d480bc
commit
7f8e9cce64
1 changed files with 2 additions and 0 deletions
|
@ -583,6 +583,8 @@ string(string asset) convert_old_asset_path =
|
|||
return "models/weapons/stg/g_stg.mdl";
|
||||
case "models/misc/lightning.spr":
|
||||
return "models/sprites/lightning.spr";
|
||||
case "models/Derped/Wall_lamp.mdl":
|
||||
return "models/props/lamp_wall.mdl";
|
||||
default: return asset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue