Skip to content

Commit 6c27fef

Browse files
committed
.
1 parent 5c9a92e commit 6c27fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ErScripts/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ int main(int argc, char* argv[]) {
9090
es.CS2Binds();
9191
es.KillSay();
9292
es.AutoStop();
93-
es.ChatSpammer();
93+
es.ChatSpammer();
9494

9595
while (!globals::finish) {
9696
static int prevExitBind = cfg->erScriptsExitBind;
@@ -139,5 +139,5 @@ int main(int argc, char* argv[]) {
139139

140140
gsi.stop();
141141

142-
exit(0);
142+
exit(0);
143143
}

0 commit comments

Comments
 (0)