We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff5c00 commit a8d15b0Copy full SHA for a8d15b0
Utilities/widgets.js
@@ -3,7 +3,7 @@ import { toggleGameSpeed } from './gameSpeed.js';
3
import { recentSaveLoad, quickSave, quickLoad } from './saveHotkeys.js';
4
import { setHealthEnemy, setHealthPlayer } from './healthHotkeys.js';
5
6
-if (nax.ccuilib.QuickRingMenuWidgets) {
+if (nax && nax.ccuilib && nax.ccuilib.QuickRingMenuWidgets) {
7
nax.ccuilib.QuickRingMenuWidgets.addWidget({
8
name: 'speedrun_freesp',
9
title: 'Give SP',
0 commit comments