-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unique player count sometimes doubled
- Loading branch information
Showing
9 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
mc2discord-1.18.x/common/src/main/resources/mc2discord.accesswidener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
accessWidener v1 named | ||
accessible field net/minecraft/world/damagesource/CombatTracker mob Lnet/minecraft/world/entity/LivingEntity; | ||
accessible field net/minecraft/server/MinecraftServer playerDataStorage Lnet/minecraft/world/level/storage/PlayerDataStorage; | ||
accessible field net/minecraft/server/MinecraftServer playerDataStorage Lnet/minecraft/world/level/storage/PlayerDataStorage; | ||
accessible field net/minecraft/world/level/storage/PlayerDataStorage playerDir Ljava/io/File; |
4 changes: 3 additions & 1 deletion
4
mc2discord-1.18.x/forge/src/main/resources/META-INF/accesstransformer.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
public net.minecraft.server.MinecraftServer f_129745_ # playerDataStorage | ||
public net.minecraft.world.damagesource.CombatTracker f_19277_ # mob | ||
public net.minecraft.server.MinecraftServer f_129745_ # playerDataStorage | ||
public net.minecraft.world.level.storage.PlayerDataStorage f_78427_ # playerDir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
mc2discord-1.19.x/common/src/main/resources/mc2discord.accesswidener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
accessWidener v1 named | ||
accessible field net/minecraft/world/damagesource/CombatTracker mob Lnet/minecraft/world/entity/LivingEntity; | ||
accessible field net/minecraft/server/MinecraftServer playerDataStorage Lnet/minecraft/world/level/storage/PlayerDataStorage; | ||
accessible field net/minecraft/server/MinecraftServer playerDataStorage Lnet/minecraft/world/level/storage/PlayerDataStorage; | ||
accessible field net/minecraft/world/level/storage/PlayerDataStorage playerDir Ljava/io/File; |
4 changes: 3 additions & 1 deletion
4
mc2discord-1.19.x/forge/src/main/resources/META-INF/accesstransformer.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
public net.minecraft.server.MinecraftServer f_129745_ # playerDataStorage | ||
public net.minecraft.world.damagesource.CombatTracker f_19277_ # mob | ||
public net.minecraft.server.MinecraftServer f_129745_ # playerDataStorage | ||
public net.minecraft.world.level.storage.PlayerDataStorage f_78427_ # playerDir |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
mc2discord-1.20.x/common/src/main/resources/mc2discord.accesswidener
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
accessWidener v1 named | ||
accessible field net/minecraft/world/damagesource/CombatTracker mob Lnet/minecraft/world/entity/LivingEntity; | ||
accessible field net/minecraft/server/MinecraftServer playerDataStorage Lnet/minecraft/world/level/storage/PlayerDataStorage; | ||
accessible field net/minecraft/server/MinecraftServer playerDataStorage Lnet/minecraft/world/level/storage/PlayerDataStorage; | ||
accessible field net/minecraft/world/level/storage/PlayerDataStorage playerDir Ljava/io/File; |
3 changes: 2 additions & 1 deletion
3
mc2discord-1.20.x/forge/src/main/resources/META-INF/accesstransformer.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
public net.minecraft.world.damagesource.CombatTracker f_19277_ # mob | ||
public net.minecraft.server.MinecraftServer f_129745_ # playerDataStorage | ||
public net.minecraft.world.damagesource.CombatTracker f_19277_ # mob | ||
public net.minecraft.world.level.storage.PlayerDataStorage f_78427_ # playerDir |