mirror of
https://github.com/funkemunky/KauriV3.git
synced 2026-06-13 03:10:37 +00:00
Removing out from .gitignore
This prevented some packages from being pushed to git on my other pc
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package dev.brighten.ac.handler;
|
||||
|
||||
import dev.brighten.ac.data.APlayer;
|
||||
import dev.brighten.ac.packet.wrapper.out.WPacketPlayOutEntityVelocity;
|
||||
import lombok.RequiredArgsConstructor;
|
||||
|
||||
@RequiredArgsConstructor
|
||||
@@ -9,7 +8,7 @@ public class VelocityHandler {
|
||||
|
||||
private APlayer player;
|
||||
|
||||
public void onPre(WPacketPlayOutEntityVelocity packet) {
|
||||
public void onPre( packet) {
|
||||
if(packet.getEntityId() != player.getBukkitPlayer().getEntityId()) return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user