Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xsear committed Sep 26, 2024
1 parent ca9928e commit 206e2c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text;
using AeroMessages.GSS.V66.Character;
using GameServer.Entities.Character;
using System.Text;

namespace GameServer.Admin;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using System;
using System.Numerics;
using AeroMessages.GSS.V66.Character;
using GameServer.Entities.Character;
using GameServer.Entities.Deployable;
using GameServer.Entities.Turret;
using GameServer.Entities.Vehicle;
using System;
using System.Numerics;
using static AeroMessages.GSS.V66.Character.Controller.PermissionFlagsData;

namespace GameServer.Admin;
Expand Down
1 change: 1 addition & 0 deletions UdpHosts/GameServer/Systems/WeaponSim/WeaponSim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void OnFireWeaponProjectile(CharacterEntity entity, uint time, Vector3 lo

// Calculate spreadPct
float spreadPct = GetCurrentSpreadPct(entity, weapon, weaponSimState, weaponSpreadFactor, time);

// Console.WriteLine($"Firing with spreadPct {spreadPct}");

// Fire rounds
Expand Down

0 comments on commit 206e2c4

Please sign in to comment.