mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-04 03:25:51 +00:00
default to ask
This commit is contained in:
parent
4d1cdfedc7
commit
ce643661fc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class VPlayer implements ConfigLoadable, ConfigSavable, Validatable
|
||||||
private boolean clearChatOptOut = false;
|
private boolean clearChatOptOut = false;
|
||||||
@Getter
|
@Getter
|
||||||
@Setter
|
@Setter
|
||||||
private String rideMode = "normal";
|
private String rideMode = "ask";
|
||||||
|
|
||||||
public VPlayer(String name)
|
public VPlayer(String name)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue