Skip to content

Commit 39b336f

Browse files
committed
Update schema.js
1 parent dcb9a4f commit 39b336f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/schema.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -831,16 +831,7 @@ export default {
831831
{
832832
type: 'InputFlag',
833833
label: 'SteamProtocols',
834-
field: 'SteamProtocols', {
835-
type: 'InputText',
836-
label: 'CustomGamePlayedWhileFarming',
837-
field: 'CustomGamePlayedWhileFarming'
838-
},
839-
{
840-
type: 'InputText',
841-
label: 'CustomGamePlayedWhileIdle',
842-
field: 'CustomGamePlayedWhileIdle'
843-
},
834+
field: 'SteamProtocols',
844835
values: [
845836
{ value: 0, name: 'None' },
846837
{ value: 1, name: 'TCP' },

0 commit comments

Comments
 (0)