Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.

Commit 8b5920f

Browse files
committed
use!
1 parent d58b6ba commit 8b5920f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Overlayer/Tags/Tile.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ public static class Tile {
1717
public static bool IsStarted;
1818

1919
public static void SetStartValues(scrController controller, int tile) {
20-
if(controller == null ||
21-
ADOBase.controller == null ||
22-
ADOBase.lm == null ||
20+
if(!controller ||
21+
!ADOBase.controller ||
22+
!ADOBase.lm ||
2323
ADOBase.lm.listFloors == null ||
2424
ADOBase.lm.listFloors.Count == 0) {
2525
return;

0 commit comments

Comments
 (0)