[ox/claw] Fix error codes to differ

(synced from 4ee08441b0)
This commit is contained in:
2022-05-19 22:22:31 -05:00
parent 6c10e99aa8
commit d207f34f7b
+1 -1
View File
@@ -20,7 +20,7 @@
namespace ox {
constexpr auto Error_ClawTypeMismatch = 200;
constexpr auto Error_ClawTypeVersionMismatch = 200;
constexpr auto Error_ClawTypeVersionMismatch = 201;
struct ClawHeader {
String typeName;