Skip to content

Commit bf8bba3

Browse files
committed
Rename BreakBeautify to AntiTamper
1 parent 1e92167 commit bf8bba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prometheus/steps.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ return {
55
Vmify = require("prometheus.steps.Vmify");
66
ConstantArray = require("prometheus.steps.ConstantArray");
77
ProxifyLocals = require("prometheus.steps.ProxifyLocals");
8-
BreakBeautify = require("prometheus.steps.BreakBeautify");
8+
AntiTamper = require("prometheus.steps.AntiTamper");
99
EncryptStrings = require("prometheus.steps.EncryptStrings");
1010
NumbersToExpressions = require("prometheus.steps.NumbersToExpressions");
1111
AddVararg = require("prometheus.steps.AddVararg");

0 commit comments

Comments
 (0)