This commit is contained in:
JustArchi
2017-02-18 01:03:13 +01:00
parent bc62c2a759
commit 50a650575c
3 changed files with 6 additions and 6 deletions

View File

@@ -199,7 +199,8 @@ namespace ConfigGenerator {
internal enum ERedeemingPreferences : byte {
None = 0,
Forwarding = 1,
Distributing = 2
Distributing = 2,
KeepMissingGames = 4
}
[Flags]