Skip to content

Commit

Permalink
Update infclass repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
miguilimzero committed Feb 6, 2024
1 parent ff2b6b1 commit a2f18e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0.6.x/infclass/compile-staging.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Clone Repository
git clone https://github.com/InfectionDust/teeworlds-infclassr -b staging
git clone https://github.com/infclass/teeworlds-infclassr -b staging
cd teeworlds-infclassr

# Compile Mod
Expand Down
2 changes: 1 addition & 1 deletion 0.6.x/infclass/compile.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Clone Repository
git clone https://github.com/InfectionDust/teeworlds-infclassr
git clone https://github.com/infclass/teeworlds-infclassr
cd teeworlds-infclassr

# Compile Mod
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This repository aims to have a complete listing of relevant content and mods fro
- [Compiling For 0.7.x](#compiling-for-07x)
- [Custom Clients](#custom-clients)
- [Wiki And Blogs](#wiki-and-blogs)
- [Development Tools](#development-tools)
- [Other Resources](#other-resources)

## Supported Mods
Expand All @@ -26,7 +27,7 @@ This list contains the mods that have easy compiling scripts or binaries. The li
| Name | Website| Source | Forum Post | Version | Client |
|---------|---------|---------|---------|---------|---------|
| **DDNet** | [Website](https://ddnet.tw/) | [Source](https://github.com/ddnet/ddnet) | ------------------- | 0.6.x |
| **InfClass** | ------------------- | [Source](https://github.com/InfectionDust/teeworlds-infclassr) | [Forum Post](https://www.teeworlds.com/forum/viewtopic.php?id=12532) | 0.6.x | [Custom Client](https://github.com/infclass/infclass-client) |
| **InfClass** | ------------------- | [Source](https://github.com/infclass/teeworlds-infclassr) | [Forum Post](https://www.teeworlds.com/forum/viewtopic.php?id=12532) | 0.6.x | [Custom Client](https://github.com/infclass/infclass-client) |
| **MMOTee** | ------------------- | [Source](https://github.com/kurosio/Teeworlds-MRPG-0.6) | [Forum Post](https://www.teeworlds.com/forum/viewtopic.php?id=12612) | 0.6.x |
| **ZombPanic** | ------------------- | [Source](https://github.com/teemods/zombpanic) | ------------------- | 0.6.x |
| **OpenGores** | ------------------- | [Source](https://github.com/teemods/opengores) | ------------------- | 0.6.x |
Expand Down Expand Up @@ -102,4 +103,7 @@ wget https://raw.githubusercontent.com/miguilimzero/teeworlds-mods/main/0.7.x/MO
## Wiki And Blogs


## Development Tools


## Other Resources

0 comments on commit a2f18e9

Please sign in to comment.