Compare commits
2 Commits
7cb5c59ae7
...
497e52be38
Author | SHA1 | Date |
---|---|---|
|
497e52be38 | |
|
e614cd4b1c |
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.5.18",
|
||||
"version": "1.5.19",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "schat2-clive",
|
||||
"version": "1.5.18",
|
||||
"version": "1.5.19",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"bhttp": "^1.2.8",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "schat2-clive",
|
||||
"version": "1.5.18",
|
||||
"version": "1.5.19",
|
||||
"description": "Game host for SChat 2-powered chat sites",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -166,7 +166,7 @@ function onCommand(args, context) {
|
|||
}
|
||||
|
||||
async function onMessage(message, context) {
|
||||
if (!game || context.user.id === config.user.id) {
|
||||
if (!game || context.user?.id === config.user?.id) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue