Skip to content

Commit

Permalink
Merge pull request #526 from bitpredator/develop
Browse files Browse the repository at this point in the history
chore: Remove allowNoMessage configuration
  • Loading branch information
bitpredator authored Sep 20, 2023
2 parents 68302df + cb6582b commit 8236ae4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@
enableEmojis: true,
enableImages: true,
maxImages: 1,
allowNoMessage: false,
resultsLimit: 25
},
match: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57455,7 +57455,6 @@ var config_default_default = {
enableEmojis: true,
enableImages: true,
maxImages: 1,
allowNoMessage: false,
resultsLimit: 25
},
match: {
Expand Down
2 changes: 1 addition & 1 deletion server-data/resources/[phone]/npwd/dist/html/1060.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server-data/resources/[phone]/npwd/dist/html/8221.js

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions server-data/resources/[phone]/npwd/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ fx_version("cerulean")
game("gta5")
description("js runtime monkaW")
authors({ "itschip", "erik-sn", "TasoOneAsia", "kidz", "RockySouthpaw", "SamShanks", "c-wide", "mojito" })
version("v1.7.3")
version("v1.7.4")
client_scripts({
"dist/game/client/client.js",
"dist/game/client/*.lua",
})

server_script({
-- This is a file that lives purely in source code and isn't compiled alongside
-- rest of the release. It's used to detect whether a user can read or not.
"dist/game/server/server.js",
})

Expand Down

0 comments on commit 8236ae4

Please sign in to comment.