Skip to content

Commit 27cba2f

Browse files
committed
Fixed type
1 parent 88219fd commit 27cba2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/params.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ class Params {
66
default = true;
77
};
88

9-
class DeatPenalty {
9+
class DeathPenalty {
1010
title = "CP death penalty";
1111
values[] = {1,2,3,4,5,6,7,8,9,10,0};
1212
texts[] = {"1","2","3","4","5","6","7","8","9","10","No penalty"};
1313
default = 1;
1414
};
15-
}
15+
}

0 commit comments

Comments
 (0)