We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11241e commit ef757e4Copy full SHA for ef757e4
1 file changed
scripts/build.bat
@@ -31,7 +31,7 @@ goto :EOF
31
:copy
32
if exist "%ROCKET_PLUGINS_FOLDER%" (
33
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%
+ copy /Y %base_path%\bin\uEssentials.dll %ROCKET_PLUGINS_FOLDER%
35
) else (
36
echo Directory "%ROCKET_PLUGINS_FOLDER%" does not exist
37
)
0 commit comments