Code formatiert
This commit is contained in:
@@ -69,7 +69,7 @@ namespace ReallifeGamemode.Server.Business
|
||||
|
||||
BusinessData data = GetData();
|
||||
|
||||
if(data == null)
|
||||
if (data == null)
|
||||
{
|
||||
using (var dbContext = new DatabaseContext())
|
||||
{
|
||||
@@ -93,7 +93,7 @@ namespace ReallifeGamemode.Server.Business
|
||||
|
||||
public BusinessData GetData(DatabaseContext dbContext = null)
|
||||
{
|
||||
if(dbContext == null)
|
||||
if (dbContext == null)
|
||||
{
|
||||
using (dbContext = new DatabaseContext())
|
||||
{
|
||||
|
||||
@@ -11,9 +11,9 @@ namespace ReallifeGamemode.Server.Business
|
||||
|
||||
public override string Name => "Helikopter Shop";
|
||||
|
||||
public override Vector3 Position => new Vector3(-700.6019,- 1401.571, 5.495285);
|
||||
public override Vector3 Position => new Vector3(-700.6019, -1401.571, 5.495285);
|
||||
|
||||
public override Vector3 CarSpawnPositon => new Vector3(-745.4077, - 1468.357, 5.00052);
|
||||
public override Vector3 CarSpawnPositon => new Vector3(-745.4077, -1468.357, 5.00052);
|
||||
|
||||
public override float CarSpawnHeading => 356.6f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user