mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 10:43:22 +00:00
Merge branch 'Nereziel/dev' into dev
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Concurrent;
|
||||
using Dapper;
|
||||
using MySqlConnector;
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user