AutoRespawn will not be on by default anymore

This commit is contained in:
ALittlePatate
2022-08-03 17:59:21 +02:00
committed by GitHub
parent ff6820d201
commit c6e358a56e

View File

@@ -16,7 +16,7 @@ namespace DevourClient
bool fly = false;
float fly_speed = 5;
public bool _IsCarryingFirstAidOnLocalCharacter = false;
public bool _IsAutoRespawn = true;
public bool _IsAutoRespawn = false;
public static bool exp_modifier = false;
public static float exp = 1000f;