Switch index length check around to prevent crashes

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-07-04 12:09:15 +10:00
parent 94a6f8f598
commit be5b8f1b77
3 changed files with 16 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
From b5740ad8b2744ba6b929533836aead5cc5e1c061 Mon Sep 17 00:00:00 2001
From 5be525c5bc3bd8ad23a17716a35fa76d638a7c32 Mon Sep 17 00:00:00 2001
From: md_5 <md_5@live.com.au>
Date: Sun, 2 Jun 2013 15:20:49 +1000
Subject: [PATCH] BungeeCord Support
@@ -107,4 +107,5 @@ index 60c0875..dab3c5c 100644
* Gets the current result of the login, as an enum
*
--
1.8.1.msysgit.1
1.8.1.2