Fixed typo

This commit is contained in:
7cc5c4f330d47060 2024-08-04 02:00:36 -04:00
parent cd6ee042ec
commit 3a2b60a580
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:ACESPPwnsy88x7h9TZQ44QamQIRO9ngTeusTB6Kg9cY

View file

@ -28,7 +28,7 @@ module.exports = {
b.sc_tasks[name] = new SCTask(failTask, chatCommand, startFailed)
}
// Selfcare tasks
// Self care tasks
// Operator
b.add_sc_task('op', '/op @s[type=player]', true)
@ -43,7 +43,7 @@ module.exports = {
}
})
// Commandspy
// CommandSpy
if (!b.host.options.isVanilla) {
b.add_sc_task('cspy', '/cspy on', true, true)
b.on('plainchat', (msg) => {