mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-28 11:29:12 +00:00
fix photographer bugs (#666)
* fix: fix server query contains photographer * fix: fix scoreboard tracking contains photographer * fix: fix photographer * Fix #665-2 * Fix #665-5 * Fix #665-6 --------- Co-authored-by: Lumine1909 <133463833+Lumine1909@users.noreply.github.com>
This commit is contained in:
@@ -77,7 +77,6 @@ public class ServerPhotographer extends ServerPlayer {
|
||||
@Override
|
||||
public void tick() {
|
||||
super.tick();
|
||||
super.doTick();
|
||||
|
||||
if (this.getServer().getTickCount() % 10 == 0) {
|
||||
connection.resetPosition();
|
||||
|
||||
Reference in New Issue
Block a user