Browse Source

forgot to make modulename a local variable

pull/261/head
Daniel Gibbs 10 years ago
parent
commit
61cef4c843
  1. 2
      functions/fn_versioncheck

2
functions/fn_versioncheck

@ -6,7 +6,7 @@
# Description: Checks if a server update is available.
modulename="Update"
local modulename="Update"
fn_steamcmdcheck(){
# Checks for server update from SteamCMD

Loading…
Cancel
Save