Skip to content

Commit

Permalink
Fix MMOTee
Browse files Browse the repository at this point in the history
  • Loading branch information
miguilimzero committed Feb 6, 2024
1 parent 9c01924 commit a2c239d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0.6.x/mmotee/compile.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Clone Repository
git clone https://github.com/kurosio/Teeworlds-Mmotee-Old --recurse-submodules
cd Teeworlds-Mmotee-Old
git clone https://github.com/kurosio/Teeworlds-MRPG-0.6 --recurse-submodules
cd Teeworlds-MRPG-0.6

# Compile Mod
mkdir build && cd build
Expand All @@ -12,4 +12,4 @@ make -j$(nproc)
# Move Binary & Delete Repository
mv Mmotee-Server ../../MMOTee-Server
cd ../..
rm -rf Teeworlds-Mmotee-Old
rm -rf Teeworlds-MRPG-0.6

0 comments on commit a2c239d

Please sign in to comment.