Skip to content

Commit

Permalink
Update Plugin.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisyoursus authored Apr 11, 2024
1 parent bb741d4 commit 92a817a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CoinFlipTeleport/plugins/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public void Flipper(FlippingCoinEventArgs ev)
bool IsLczRoom(RoomType room)
{

return room == RoomType.Lcz173 ||
room == RoomType.Lcz330 ||
return room == RoomType.Lcz330 ||
room == RoomType.Lcz914 ||
room == RoomType.LczAirlock ||
room == RoomType.LczArmory ||
Expand Down

0 comments on commit 92a817a

Please sign in to comment.