summaryrefslogtreecommitdiffstats
path: root/etc/inc/wizardapp.inc
diff options
context:
space:
mode:
authorfsSnowboard <tyler@tylerthecomputerguy.com>2013-01-12 16:55:52 -0500
committerfsSnowboard <tyler@tylerthecomputerguy.com>2013-01-12 16:55:52 -0500
commit906e513a599884ef5f6ee62190d7b76c3bf683ff (patch)
treec3121c4977a383dcfbc5e9d524476f4822a6b21e /etc/inc/wizardapp.inc
parent435e715fdfa0f4376bb4e0b65bf598594c46da71 (diff)
downloadpfsense-906e513a599884ef5f6ee62190d7b76c3bf683ff.zip
pfsense-906e513a599884ef5f6ee62190d7b76c3bf683ff.tar.gz
fixed spelling mistake
Diffstat (limited to 'etc/inc/wizardapp.inc')
-rw-r--r--etc/inc/wizardapp.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/inc/wizardapp.inc b/etc/inc/wizardapp.inc
index 1203475..e6fb1f7 100644
--- a/etc/inc/wizardapp.inc
+++ b/etc/inc/wizardapp.inc
@@ -151,16 +151,16 @@ $gamesplist['lineage2'] = array();
$gamesplist['lineage2'][] = array('Lineage2-2106', 'tcp', '2106', '2106', 'both');
$gamesplist['lineage2'][] = array('Lineage2-7777', 'tcp', '7777', '7777', 'both');
-$gamesplist['wechwarrioronline'] = array();
+$gamesplist['mechwarrioronline'] = array();
/* MechWarrior: Online */
- $gamesplist['wechwarrioronline'][] = array('wechwarrioronline-tcp1', 'tcp', '45461', '45461', 'both');
- $gamesplist['wechwarrioronline'][] = array('wechwarrioronline-tcp2', 'tcp', '45464', '45464', 'both');
- $gamesplist['wechwarrioronline'][] = array('wechwarrioronline-game', 'udp', '21000', '30000', 'both'); // 9000 ports
+ $gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp1', 'tcp', '45461', '45461', 'both');
+ $gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-tcp2', 'tcp', '45464', '45464', 'both');
+ $gamesplist['mechwarrioronline'][] = array('MechWarriorOnline-game', 'udp', '21000', '30000', 'both'); // 9000 ports
$gamesplist['minecraft'] = array();
/* Minecraft */
- $gamesplist['minecraft'][] = array('minecraft-tcp', 'tcp', '25565', '25565', 'both');
- $gamesplist['minecraft'][] = array('minecraft-udp', 'udp', '25565', '25565', 'both');
+ $gamesplist['minecraft'][] = array('Minecraft-tcp', 'tcp', '25565', '25565', 'both');
+ $gamesplist['minecraft'][] = array('Minecraft-udp', 'udp', '25565', '25565', 'both');
$gamesplist['operationflashpoint-dr'] = array();
/* Operation Flashpoint: Dragon Rising */
OpenPOWER on IntegriCloud