File tree 1 file changed +2
-15
lines changed
lua/overseer/template/uproject
1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ return {
52
52
" Android" ,
53
53
},
54
54
},
55
- ConfigState = {
55
+ Config = {
56
56
type = " enum" ,
57
57
describe =
58
58
" https://dev.epicgames.com/documentation/en-us/unreal-engine/compiling-game-projects-in-unreal-engine-using-cplusplus" ,
@@ -65,25 +65,12 @@ return {
65
65
" Test" ,
66
66
},
67
67
},
68
- ConfigTarget = {
69
- type = " enum" ,
70
- describe =
71
- " https://dev.epicgames.com/documentation/en-us/unreal-engine/compiling-game-projects-in-unreal-engine-using-cplusplus" ,
72
- default = " Editor" ,
73
- choices = {
74
- " Game" ,
75
- " Editor" ,
76
- " Client" ,
77
- " Server" ,
78
- },
79
- },
80
68
},
81
69
builder = function (params )
82
70
local target_options = {
83
71
target .Name ,
84
72
params .Platform ,
85
- params .ConfigState ,
86
- params .ConfigTarget ,
73
+ params .Config ,
87
74
}
88
75
89
76
return {
You can’t perform that action at this time.
0 commit comments