Skip to content

Commit

Permalink
Version 1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
NightFright2k19 committed Jun 23, 2021
1 parent cb40acd commit b4252d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldorder.bat
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ cls
robocopy %src%\maps %temp%\maps E5*.map /nfl /ndl /njh /njs /nc /ns /np
if exist %temp%\maps\E5L8A.map (
del %temp%\maps\E5L8.map
ren "%temp%\maps\E5L8A.map" "E5L8.map"
ren %temp%\maps\E5L8A.map E5L8.map
)
ping -n 2 localhost >nul

Expand Down

0 comments on commit b4252d8

Please sign in to comment.