mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-05 23:33:36 +00:00
fancynpcs: Set latency of npcs always to 0
This commit is contained in:
@@ -343,7 +343,7 @@ public class Npc_1_20_2 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
Optionull.map(npcPlayer.getChatSession(), RemoteChatSession::asData)
|
||||
|
||||
@@ -342,7 +342,7 @@ public class Npc_1_20_4 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
Optionull.map(npcPlayer.getChatSession(), RemoteChatSession::asData)
|
||||
|
||||
@@ -352,7 +352,7 @@ public class Npc_1_20_6 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
Optionull.map(npcPlayer.getChatSession(), RemoteChatSession::asData)
|
||||
|
||||
@@ -365,7 +365,7 @@ public class Npc_1_21_1 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
Optionull.map(npcPlayer.getChatSession(), RemoteChatSession::asData)
|
||||
|
||||
@@ -383,7 +383,7 @@ public class Npc_1_21_3 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
-1,
|
||||
|
||||
@@ -383,7 +383,7 @@ public class Npc_1_21_4 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
true,
|
||||
|
||||
@@ -383,7 +383,7 @@ public class Npc_1_21_5 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
true,
|
||||
|
||||
@@ -393,7 +393,7 @@ public class Npc_1_21_6 extends Npc {
|
||||
npcPlayer.getUUID(),
|
||||
profile,
|
||||
data.isShowInTab(),
|
||||
69,
|
||||
0,
|
||||
npcPlayer.gameMode.getGameModeForPlayer(),
|
||||
npcPlayer.getTabListDisplayName(),
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user