mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
Remove log message
This commit is contained in:
parent
5e8d96aead
commit
f159f76806
1 changed files with 1 additions and 3 deletions
|
@ -71,8 +71,6 @@ namespace SanAndreasUnity.Behaviours.Peds.States
|
||||||
else if (vehicle.IsNightToggled && !WorldController.IsNight)
|
else if (vehicle.IsNightToggled && !WorldController.IsNight)
|
||||||
vehicle.IsNightToggled = false;
|
vehicle.IsNightToggled = false;
|
||||||
|
|
||||||
Debug.Log ("IsNightToggled? " + vehicle.IsNightToggled);
|
|
||||||
|
|
||||||
|
|
||||||
// send message to clients
|
// send message to clients
|
||||||
if (!immediate)
|
if (!immediate)
|
||||||
|
|
Loading…
Reference in a new issue