mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-02-09 13:37:02 +02:00
commit
508752a3cc
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user