Skip to content

Commit 6bce9b8

Browse files
committed
remove unused
1 parent c5a9f75 commit 6bce9b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Content.Server/SS220/Discord/DiscordBanPostManager.cs

-5
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,4 @@ private void AddUserJobBanToCache(int banId, string targetUsername)
152152

153153
cache.Add(banId);
154154
}
155-
156-
private sealed class UserRoleBanInfo
157-
{
158-
public required List<int> BanIds { get; set; }
159-
}
160155
}

0 commit comments

Comments
 (0)