Remove goto

This commit is contained in:
Li 2022-05-08 17:02:48 +12:00
parent 02d32f46a8
commit 158429d306
2 changed files with 124 additions and 120 deletions

View file

@ -17,7 +17,6 @@ namespace HISP.Player
private List<Auction.AuctionBid> bids = new List<Auction.AuctionBid>();
private List<User> beingSocializedBy = new List<User>();
private int chatViolations;
private int charId;
private int subscribedUntil;