Skip to content

Commit

Permalink
V12 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jun 14, 2024
1 parent 57b540b commit 9f2df48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
"title": "Potato Or Not",
"description": "Is your computer a potato or not? If so, this mod will prompt you that you might want to turn down your graphics.",
"version": "0.5.1",
"minimumCoreVersion": "10",
"compatibility": {
"minimum": "10",
"verified": "10",
"maximum": "11"
"verified": "12",
"maximum": "12"
},
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class PotatoOrNotApplication extends FormApplication {

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

0 comments on commit 9f2df48

Please sign in to comment.