mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes a mispelling of the word 'adjust' (#93242)
## About The Pull Request Title. ## Why It's Good For The Game Words should be spelt right. ## Changelog 🆑 spellcheck: You can no longer 'ajdust' your sensors. Adjusting hasn't changed, though. /🆑
This commit is contained in:
@@ -438,7 +438,7 @@
|
||||
balloon_alert(toggler, "sensors shorted!")
|
||||
return FALSE
|
||||
if(NO_SENSORS)
|
||||
balloon_alert(toggler, "no sensors to ajdust!")
|
||||
balloon_alert(toggler, "no sensors to adjust!")
|
||||
return FALSE
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user