remove slot = 0

This commit is contained in:
Nereziel
2024-07-02 17:35:26 +02:00
parent d102ac371b
commit deb18acb8f

View File

@@ -17,7 +17,7 @@ internal class WeaponSynchronization
internal async Task GetPlayerDatabaseIndex(PlayerInfo playerInfo)
{
if (playerInfo.SteamId == null || playerInfo.Slot == 0) return;
if (playerInfo.SteamId == null) return;
Console.WriteLine("test");
try
{