mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-03 16:13:40 +08:00
Update Skinchanger.cpp
This commit is contained in:
parent
a91866c65e
commit
c0f1fbc13a
@ -371,7 +371,9 @@ bool Changer()
|
||||
|
||||
if (g_Options.weapons.value->arr[0].active && g_Options.weapons.value->arr[0].modelactive)
|
||||
{
|
||||
static int lastmdlindex = -1;
|
||||
//May cause crash idk why
|
||||
/*
|
||||
static int lastmdlindex = -1;
|
||||
int curmdlindex = pViewModel->GetModelIndex();
|
||||
if (lastmdlindex != curmdlindex)
|
||||
{
|
||||
@ -388,6 +390,7 @@ bool Changer()
|
||||
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
if (view_model_weapon && is_knife(view_model_weapon->GetItemDefinitionIndex()))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user