Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EladNLG committed Apr 28, 2024
1 parent 07fb9f2 commit c2b320f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions primedev/mods/modweaponvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,3 @@ ON_DLL_LOAD("server.dll", ModWeaponVars_ServerInit, (CModule mod))
CWeaponX_vftable = mod.Offset(0x98E2B8).RCast<void*>();
AUTOHOOK_DISPATCH_MODULE(server.dll);
}
// script try { ModWeaponVars_SetInt(__w(), eWeaponVar.ammo_clip_size, 50) } catch (ex) {print(ex)}
// script try { ModWeaponVars_SetFloat(__w(), eWeaponVar.spread_stand_hip, 10) } catch (ex) {print(ex)}
// script_client foreach (string k, int v in eWeaponVar) try { ModWeaponVars_SetFloat(__w(), eWeaponVar.spread_stand_hip,
// __w().GetWeaponSettingFloat(v)) } catch (e){}

0 comments on commit c2b320f

Please sign in to comment.