Skip to content

Commit 60f352c

Browse files
committed
switched doNotCloseIfBlocked
1 parent 7a81006 commit 60f352c

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/net/ddns/endercypt/cs2dmap/library/map/obj/entity/type/func

1 file changed

+1
-1
lines changed

src/main/java/net/ddns/endercypt/cs2dmap/library/map/obj/entity/type/func/Func_DynWall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void setBehaviour(Behavior value)
3131

3232
public void setCloseOnlyIfNotBlocked(boolean value)
3333
{
34-
setIntSetting(2, value ? 0 : 1);
34+
setIntSetting(2, value ? 1 : 0);
3535
}
3636

3737
public void setTransparency(double value)

0 commit comments

Comments
 (0)