Cleanup: Remove redundant prototype name specifications (#35793)
* Remove redundant prototype name specifications * These can stay
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Server.Connection.Whitelist;
|
||||
/// Next means the next condition in the list is checked.
|
||||
/// If the condition doesn't match, the next condition is checked.
|
||||
/// </summary>
|
||||
[Prototype("playerConnectionWhitelist")]
|
||||
[Prototype]
|
||||
public sealed partial class PlayerConnectionWhitelistPrototype : IPrototype
|
||||
{
|
||||
[IdDataField]
|
||||
|
||||
Reference in New Issue
Block a user