mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Added all hudbars by @Wuzzy2
- Removed hud (incompatible) - Copied all hunger.lua's values in new hunger.lua (hbhunger) - Added hbhunger, hbarmor - Updated sprint mod
This commit is contained in:
@ -10,5 +10,6 @@ test -d "$mydir" && cd "$mydir/../../"
|
||||
|
||||
# CHMOD TIME!
|
||||
chmod -R 755 .
|
||||
echo "All files have been chmod-ed to mode 755."
|
||||
|
||||
#EOF
|
||||
|
@ -14,3 +14,8 @@ for branch in $( git branch ); do
|
||||
done
|
||||
|
||||
git checkout master
|
||||
|
||||
echo "Branches rebased."
|
||||
|
||||
|
||||
#EOF
|
||||
|
Reference in New Issue
Block a user