mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
fix: terraria tshock mistype
This commit is contained in:
parent
398b32d5e5
commit
38c6712fd7
2 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@
|
|||
| teamspeak2 | Teamspeak 2 | |
|
||||
| teamspeak3 | Teamspeak 3 | [Notes](#teamspeak3) |
|
||||
| terminus | Terminus | |
|
||||
| terrariatshosck | Terraria - TShock | [Notes](#terraria) |
|
||||
| terrariatshock | Terraria - TShock | [Notes](#terraria) |
|
||||
| tfc | Team Fortress Classic | [Valve Protocol](#valve) |
|
||||
| theforest | The Forest | [Valve Protocol](#valve) |
|
||||
| theforrest | The Forrest | [Valve Protocol](#valve) |
|
||||
|
|
|
@ -2786,7 +2786,7 @@ export const games = {
|
|||
protocol: 'gamespy1'
|
||||
}
|
||||
},
|
||||
terrariatshosck: {
|
||||
terrariatshock: {
|
||||
name: 'Terraria - TShock',
|
||||
release_year: 2011,
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue