Skip to content

Commit ef757e4

Browse files
committed
update build.bat
1 parent e11241e commit ef757e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ goto :EOF
3131
:copy
3232
if exist "%ROCKET_PLUGINS_FOLDER%" (
3333
echo Copying uEssentials.dll to %ROCKET_PLUGINS_FOLDER%
34-
taskkill /F /FI "WINDOWTITLE eq Unturned Server" && sleep .2 && copy /Y %base_path%\bin\uEssentials.dll %ROCKET_PLUGINS_FOLDER%
34+
copy /Y %base_path%\bin\uEssentials.dll %ROCKET_PLUGINS_FOLDER%
3535
) else (
3636
echo Directory "%ROCKET_PLUGINS_FOLDER%" does not exist
3737
)

0 commit comments

Comments
 (0)