From f766c6a98121ea879abe4e9e1d41ab6a76636693 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 11 Feb 2019 06:51:01 +0000 Subject: [PATCH] [ox/mc] Fix MetalClawDefWriter OpType (synced from 1c6e40220b73135fbec4e080a590bbedd29f897a) --- src/ox/mc/defwriter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ox/mc/defwriter.hpp b/src/ox/mc/defwriter.hpp index 47b9a8f0a..fab613413 100644 --- a/src/ox/mc/defwriter.hpp +++ b/src/ox/mc/defwriter.hpp @@ -58,7 +58,7 @@ class MetalClawDefWriter { constexpr void setTypeInfo(const char *name, int fields); constexpr OpType opType() { - return OpType::Write; + return OpType::WriteDefinition; } private: