Got rid of old Logs in BaseWeapon

This commit is contained in:
MARCEL HARA 2023-11-20 14:30:33 +00:00
parent ba11c7f12f
commit 0cf77cbcde

View File

@ -241,7 +241,6 @@ void ABaseWeaponClass::WeaponReload()
void ABaseWeaponClass::Interact() void ABaseWeaponClass::Interact()
{ {
if(!IsValid(this)) return; if(!IsValid(this)) return;
GLog->Log("Interact Called");
endlessVendettaChar->WeaponSwitcher(this); endlessVendettaChar->WeaponSwitcher(this);
} }