Skip to content

Commit

Permalink
set PNC nbt_to_client_modification to false, fixes #4661
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed May 2, 2022
1 parent f6413bd commit 27908b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/pneumaticcraft-common.toml
Expand Up @@ -149,6 +149,8 @@
#The maximum distance that a Drone may teleport when it can't find a path to its destination. Default value of 0 means no limit. This is primarily intended to limit abuse of teleportation to other players on PvP servers, but may find other uses. Be careful about setting this value very low.
#Range: > 0
max_drone_teleport_range = 0
#When set to true, server will strip NBT data from pressurizable items (pneumatic armor, drones...) which the client doesn't care about. Good for saving on network chatter, but can cause players to be kicked under some circumstances. If this occurs, set this config value to false.
nbt_to_client_modification = false

["Micromissile Properties"]
#Base explosion damage (modified by missile setup)
Expand Down

0 comments on commit 27908b1

Please sign in to comment.