Skip to content

Commit

Permalink
Merge pull request #7 from thisisyoursus/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
thisisyoursus authored Apr 11, 2024
2 parents 657a2be + 92a817a commit a377be8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CoinFlipTeleport/plugins/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class Config : IConfig
RoomType.HczTCross,
RoomType.HczTesla,
RoomType.HczTestRoom,
RoomType.Lcz173,
RoomType.Lcz330,
RoomType.Lcz914,
RoomType.LczAirlock,
Expand Down
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 a377be8

Please sign in to comment.