LatheComponent indentation fix
Corrected indentation for the switch case.
This commit is contained in:
@@ -64,6 +64,7 @@ namespace Content.Server.GameObjects.Components.Research
|
||||
{
|
||||
if (!Powered)
|
||||
return;
|
||||
|
||||
switch (message.Message)
|
||||
{
|
||||
case LatheQueueRecipeMessage msg:
|
||||
|
||||
Reference in New Issue
Block a user