mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-05-19 05:31:57 +00:00
Improved player index
The latest version of cssharp adds player.Index instead of entityIndex and does not allow to compile
This commit is contained in:
@@ -19,7 +19,7 @@ namespace WeaponPaints
|
||||
|
||||
internal static string BuildDatabaseConnectionString()
|
||||
{
|
||||
if (Config == null) return String.Empty;
|
||||
if (Config == null) return string.Empty;
|
||||
var builder = new MySqlConnectionStringBuilder
|
||||
{
|
||||
Server = Config.DatabaseHost,
|
||||
|
||||
Reference in New Issue
Block a user