Update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
local function tohex(input)
|
||||
local output = string.format("%x", input * 256)
|
||||
return output
|
||||
|
||||
local function tohex(input)
|
||||
local output = string.format("%x", input * 256)
|
||||
return output
|
||||
|
||||
|
Reference in New Issue
Block a user