Made small fix
This commit is contained in:
@@ -19,7 +19,7 @@ var slots = [20];
|
||||
for (var s = 1; s <= slots.length; s++) {
|
||||
for (var slY = 0.35; slY <= 0.8; slY += 0.15) {
|
||||
for (var slX = 0.3775; slX <= 0.6655; slX += 0.082) {
|
||||
items[s] = { slX, slY };
|
||||
items[s] = [ slX, slY ];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="gtanetwork.api" Version="0.3.6" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.1.4" />
|
||||
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="2.1.2" />
|
||||
|
||||
Reference in New Issue
Block a user