game(scripts/liftcon): annoying sia
remove annoying debug.log
This commit is contained in:
parent
5c2adb45b8
commit
2ad29e481f
|
@ -62,7 +62,6 @@ private void Start()
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void DoorCloser()
|
public void DoorCloser()
|
||||||
{
|
{
|
||||||
Debug.Log("DoorCloser");
|
|
||||||
if (_liftDoor.isOpen && !_liftDoor.opening)
|
if (_liftDoor.isOpen && !_liftDoor.opening)
|
||||||
Invoke(nameof(CloseDoor), 2f);
|
Invoke(nameof(CloseDoor), 2f);
|
||||||
Invoke(nameof(DoorCloser), 2f);
|
Invoke(nameof(DoorCloser), 2f);
|
||||||
|
|
Reference in a new issue