1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-02-09 13:37:02 +02:00

Merge pull request #25 from Quadrum1/patch-1

Update group.lua
This commit is contained in:
Gerkiz 2021-04-20 15:47:24 +02:00 committed by GitHub
commit 508752a3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ local function on_player_joined_game(event)
end
local function alphanumeric(str)
return (string.match(str, '[^%w]') ~= nil)
return (string.match(str, '[^%w%s%p]') ~= nil)
end
local function on_gui_click(event)