Fix some build warnings (#6832)
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Content.Server.Lathe.Components
|
||||
|
||||
private LatheState _state = LatheState.Base;
|
||||
|
||||
protected LatheState State
|
||||
private LatheState State
|
||||
{
|
||||
get => _state;
|
||||
set => _state = value;
|
||||
@@ -228,7 +228,7 @@ namespace Content.Server.Lathe.Components
|
||||
return queue;
|
||||
}
|
||||
|
||||
protected enum LatheState
|
||||
private enum LatheState : byte
|
||||
{
|
||||
Base,
|
||||
Inserting,
|
||||
|
||||
Reference in New Issue
Block a user