Skip to content

Commit

Permalink
Merged release/161224 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Dec 24, 2016
2 parents 4a83afa + 17b9ab7 commit 92ae06c
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 366 deletions.
23 changes: 22 additions & 1 deletion EmpiresMod/emserver
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
#!/bin/bash
# Empires Mod
# Project: Game Server Managers - LinuxGSM
# Author: Daniel Gibbs
# License: MIT License, Copyright (c) 2016 Daniel Gibbs
# Purpose: Empires Mod | Server Management Script
# Contributors: https://github.com/GameServerManagers/LinuxGSM/graphs/contributors
# Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki
# Website: https://gameservermanagers.com

# Debugging
if [ -f ".dev-debug" ]; then
exec 5>dev-debug.log
BASH_XTRACEFD="5"
set -x
fi

version="161221"

##########################
######## Settings ########
##########################

#### Server Settings ####

## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters
defaultmap="emp_district"
Expand Down
302 changes: 0 additions & 302 deletions Insurgency/cfg/lgsm-default.cfg

This file was deleted.

26 changes: 0 additions & 26 deletions QuakeWorld/cfg/lgsm-default.cfg

This file was deleted.

Loading

0 comments on commit 92ae06c

Please sign in to comment.