Skip to content

Commit feb78bc

Browse files
authored
Update step.lua
1 parent 5c3373f commit feb78bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prometheus/step.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- This Script is Part of the Prometheus Obfuscator by Levno_710
22
--
3-
-- util.lua
3+
-- step.lua
44
--
55
-- This file Provides the base class for Obfuscation Steps
66

@@ -76,4 +76,4 @@ end
7676
Step.Name = "Abstract Step";
7777
Step.Description = "Abstract Step";
7878

79-
return Step;
79+
return Step;

0 commit comments

Comments
 (0)