Skip to content

Commit 0dcd291

Browse files
authored
Merge pull request #389 from the-hideout/pve-item-properties
enable PVE item properties
2 parents 8859c26 + c01ce6e commit 0dcd291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datasources/handbook.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import WorkerKV from '../utils/worker-kv.mjs';
33
class HandbookAPI extends WorkerKV {
44
constructor(dataSource) {
55
super('handbook_data', dataSource);
6-
//this.gameModes.push('pve');
6+
this.gameModes.push('pve');
77
}
88

99
async getCategory(context, info, id) {

0 commit comments

Comments
 (0)