mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 02:25:57 +01:00
Fix setting default
This commit is contained in:
parent
25db02649e
commit
194c4baadb
@ -118,7 +118,7 @@ public class Settings {
|
||||
DEFAULT_LOOK_CLOSE_RANGE("Default look close range in blocks", "npc.default.look-close.range", 10),
|
||||
DEFAULT_NAME_HOLOGRAM_RENDERER(
|
||||
"The default renderer for name holograms, must be one of the following:<br>interaction - matches inbuilt nametags most closely<br>display - allows for different colored backgrounds<br>display_vehicle - allows for different colored backgrounds<br>armorstand - the most stable option, very very small hit to client FPS compared to other options",
|
||||
"npc.hologram.default-renderer", "display"),
|
||||
"npc.hologram.default-name-renderer", ""),
|
||||
DEFAULT_NPC_HOLOGRAM_LINE_HEIGHT("Default distance between hologram lines", "npc.hologram.default-line-height",
|
||||
0.4D),
|
||||
DEFAULT_NPC_LIMIT(
|
||||
|
Loading…
Reference in New Issue
Block a user