Skip to content

Commit d86b3cd

Browse files
authored
Update number.lua
1 parent 752d31d commit d86b3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-- This Script is Part of the Prometheus Obfuscator by Levno_710
22
--
3-
-- namegenerators/mangled.lua
3+
-- namegenerators/number.lua
44
--
55
-- This Script provides a function for generation of simple up counting names but with hex numbers
66

77
local PREFIX = "_";
88

99
return function(id, scope)
1010
return PREFIX .. tostring(id);
11-
end
11+
end

0 commit comments

Comments
 (0)