adapt: adapt to GMLIB v0.13.10
This commit is contained in:
+3
-1
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include <iostream>
|
||||
|
||||
namespace DeathMessages {
|
||||
struct Config {
|
||||
int version = 1;
|
||||
|
||||
@@ -19,4 +20,5 @@ struct Config {
|
||||
bool Enabled = false;
|
||||
std::string Language = "zh_CN";
|
||||
} ServerSideTranslation;
|
||||
};
|
||||
};
|
||||
} // namespace DeathMessages
|
||||
Reference in New Issue
Block a user