We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de96c6a commit 3a636bdCopy full SHA for 3a636bd
DMCompiler/DM/Builders/DMProcBuilder.cs
@@ -3,7 +3,6 @@
3
using DMCompiler.Compiler.DM;
4
using DMCompiler.Compiler.DM.AST;
5
using DMCompiler.DM.Expressions;
6
-using System.Runtime.InteropServices.Marshalling;
7
8
namespace DMCompiler.DM.Builders;
9
OpenDreamRuntime/Procs/ProcDecoder.cs
@@ -152,7 +152,6 @@ public ITuple DecodeInstruction() {
152
case DreamProcOpcode.CreateStrictAssociativeList:
153
case DreamProcOpcode.PickWeighted:
154
case DreamProcOpcode.PickUnweighted:
155
- case DreamProcOpcode.Sleep:
156
case DreamProcOpcode.Spawn:
157
case DreamProcOpcode.BooleanOr:
158
case DreamProcOpcode.BooleanAnd:
0 commit comments