Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ void function ReloadMods()
ClientCommand( "loadPlaylists" )

int svCheatsOriginal = GetConVarInt( "sv_cheats" )
ClientCommand( "sv_cheats 1;weapon_reparse;sv_cheats " + svCheatsOriginal ) // weapon_reparse only works if a server is running and sv_cheats is 1, gotta figure this out eventually
ClientCommand( "sv_cheats 1;weapon_reparse;mat_reloadmaterial /;sv_cheats " + svCheatsOriginal ) // weapon_reparse only works if a server is running and sv_cheats is 1, gotta figure this out eventually

// note: the logic for this seems really odd, unsure why it doesn't seem to update, since
// the same code seems to get run irregardless of whether we've read weapon data before
Expand Down
Loading