bissl formattiert
This commit is contained in:
@@ -29,7 +29,7 @@ namespace ReallifeGamemode.DataService
|
||||
private readonly IConfiguration configuration;
|
||||
private readonly IWebHostEnvironment environment;
|
||||
|
||||
public Startup(IConfiguration configuration,IWebHostEnvironment environment, ILogger<Startup> logger)
|
||||
public Startup(IConfiguration configuration, IWebHostEnvironment environment, ILogger<Startup> logger)
|
||||
{
|
||||
this.configuration = configuration;
|
||||
this.environment = environment;
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace ReallifeGamemode.Database.Entities
|
||||
public float Range { get; set; }
|
||||
public int Color { get; set; }
|
||||
public string Vector { get; set; } = null;
|
||||
public int Value {get; set;} = 0;
|
||||
public int Value { get; set; } = 0;
|
||||
public int MaxValue { get; set; } = 0;
|
||||
public bool Surplus { get; set; } = false;
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace ReallifeGamemode.Server.Core.Commands
|
||||
|
||||
logger.LogInformation("Player '{Name}' executed command '{command}'", player.Name, command);
|
||||
|
||||
if(legacyCommands.Contains(command))
|
||||
if (legacyCommands.Contains(command))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user