Skip to content

Commit c458fa6

Browse files
committed
update(services): Removed vcall
1 parent eb90c9f commit c458fa6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/entrypoint.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ bool Swiftly::Load(PluginId id, ISmmAPI* ismm, char* error, size_t maxlen, bool
214214

215215
PRINT("Succesfully started.\n");
216216

217-
PRINTF("%s\n", get_uuid().c_str());
218-
219217
return true;
220218
}
221219

src/sdk/entity/services.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ class CPlayer_WeaponServices : public CPlayerPawnComponent
165165
void RemoveWeapon(CBasePlayerWeapon* weapon)
166166
{
167167
this->DropWeapon(weapon);
168-
CALL_VIRTUAL(void, 20, weapon, nullptr, nullptr);
169168
weapon->Despawn();
170169
}
171170
};

0 commit comments

Comments
 (0)