Skip to content

Commit b5aadec

Browse files
committed
Fixed the flag name.
Thanks, Max!
1 parent 8793afa commit b5aadec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entities/LightningDashSwitch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public DashCollisionResults OnDashed(Player player, Vector2 direction) {
110110

111111
private string FlagName {
112112
get {
113-
return " LDashSwitch_" + id.Key;
113+
return "LDashSwitch_" + id.Key;
114114
}
115115
}
116116

0 commit comments

Comments
 (0)