Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Minor comment format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonWizard committed Dec 12, 2018
1 parent 073c058 commit 9ff664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DisconnectDrop/MiscEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MiscEventHandler : IEventHandlerPlayerJoin, IEventHandlerDisconnect, IEven

private float pTime = 0;
public Dictionary<string, List<Item>> inventories = new Dictionary<string, List<Item>>(); // steamId: inventory
public Dictionary<string, Vector> locations = new Dictionary<string, Vector>(); // steamId: x, y, z
public Dictionary<string, Vector> locations = new Dictionary<string, Vector>(); // steamId: position

public MiscEventHandler(DisconnectDrop plugin) => this.plugin = plugin;

Expand Down

0 comments on commit 9ff664e

Please sign in to comment.