Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit a7d97da

Browse files
committed
1
1 parent 6713a40 commit a7d97da

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

LLHelper/Helper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include "pch.h"
33
#pragma warning(disable:4996)
44

5-
#define _ver "211222"
5+
#define _ver "211223"
66

77
extern std::unordered_map<string, string> CMDMAP, CMDSCHEDULE;
88
extern int FAKE_SEED, MAX_CHAT_LEN;

LLtpa/Teleport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ void saveWarps() {
321321
WBStream ws;
322322
ws.apply(warps);
323323
db->put("warps", ws);
324-
//reinitWARPGUI();
324+
reinitWARPGUI();
325325
}
326326

327327
class WarpCommand : public Command {

LLtpa/Tpa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma once
2-
#define _ver "211222"
2+
#define _ver "211223"

LLtpa/homeStorage.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ struct Vec4 {
2121
}
2222
Vec4(ServerPlayer* wp) {
2323
vc = wp->getPos();
24-
vc.y -= 1.5;
2524
dimid = wp->getDimensionId();
2625
}
2726
Vec4(Vec3 x, int dim) :vc(x), dimid(dim) {}

0 commit comments

Comments
 (0)