Skip to content

Commit 9f2df48

Browse files
committed
V12 compat
1 parent 57b540b commit 9f2df48

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

module.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"title": "Potato Or Not",
44
"description": "Is your computer a potato or not? If so, this mod will prompt you that you might want to turn down your graphics.",
55
"version": "0.5.1",
6-
"minimumCoreVersion": "10",
76
"compatibility": {
87
"minimum": "10",
9-
"verified": "10",
10-
"maximum": "11"
8+
"verified": "12",
9+
"maximum": "12"
1110
},
1211
"authors": [
1312
{

scripts/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class PotatoOrNotApplication extends FormApplication {
229229

230230
/** @override */
231231
static get defaultOptions() {
232-
return mergeObject(super.defaultOptions, {
232+
return foundry.utils.mergeObject(super.defaultOptions, {
233233
title: "Potato Or Not",
234234
template: `modules/potato-or-not/templates/potato-template.html`,
235235
classes: ["dialog"],

0 commit comments

Comments
 (0)