Skip to content

Commit 48d0b29

Browse files
committed
Why can't all languages become exactly the same.
1 parent f4e995e commit 48d0b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModAssistant/Classes/Promotions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Promotion
2323
{
2424
public string ModName;
2525
public List<PromotionLink> Links;
26-
public boolean Active;
26+
public bool Active;
2727
}
2828

2929
class PromotionLink

0 commit comments

Comments
 (0)