Browse Source

remove duplicate code

pull/2836/head
Daniel Gibbs 5 years ago
committed by GitHub
parent
commit
88ff70bf32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      lgsm/functions/fix_wurm.sh

3
lgsm/functions/fix_wurm.sh

@ -7,9 +7,6 @@
local modulename="FIX"
local commandaction="Fix"
local modulename="FIX"
local commandaction="Fix"
# Copies steamclient.so to correct location.
if [ ! -f "${serverfiles}/nativelibs" ]; then
cp -f "${serverfiles}/linux64/steamclient.so" "${serverfiles}/nativelibs"

Loading…
Cancel
Save