micro fix
This commit is contained in:
parent
001617f6d9
commit
87ec71154f
@ -387,7 +387,7 @@ void Hud::add(HudElement element) {
|
||||
std::vector<std::unique_ptr<Value>> args;
|
||||
args.push_back(Value::of(inventory ? inventory.get()->getId() : 0));
|
||||
for (int i = 0; i < 3; i++) {
|
||||
args.push_back(Value::of(blockPos[i]));
|
||||
args.push_back(Value::of(static_cast<integer_t>(blockPos[i])));
|
||||
}
|
||||
|
||||
if (invview) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user