Update empty string check with proper placeholder character
This commit is contained in:
@ -5,7 +5,7 @@ local debug = false
|
||||
local SMH = {}
|
||||
local datacache = {}
|
||||
local delim = {"♠", "♥", "♚", "♛", "♜"}
|
||||
local emptyStr = "♝"
|
||||
local emptyStr = "˽"
|
||||
local pck = {REQ = 1, DAT = 2}
|
||||
|
||||
-- HELPERS START
|
||||
|
||||
Reference in New Issue
Block a user