Skip to content

Commit 750a289

Browse files
committed
hotfix of hotfix
1 parent 8bfb64b commit 750a289

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Package.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# contributors
66
author = "SyedMuhammad"
77
# version
8-
version = "0.0.5"
8+
version = "0.0.6"
99
# image URL
1010
image = ""
1111
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time) or 'loading-screen' (special package loaded in loading screen)

Server/Index.lua

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ end
1212

1313
function FilterMessage(message)
1414
message = message:gsub("@", "")
15+
return message
1516
end
1617

1718
-- Send Message method

0 commit comments

Comments
 (0)