mirror of
				https://bitbucket.org/Ioncannon/project-meteor-server.git
				synced 2025-05-20 08:26:59 -04:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -393,7 +393,7 @@ namespace FFXIVClassic_Lobby_Server | ||||
|                 r = client.getActor().rotation; | ||||
|                 #endregion | ||||
|  | ||||
|                 sendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, x, y)); | ||||
|                 sendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); | ||||
|                 doWarp(client, zoneId, privatearea, x, y, z, r); | ||||
|             } | ||||
|             else if (split.Length == 5) | ||||
| @@ -419,7 +419,7 @@ namespace FFXIVClassic_Lobby_Server | ||||
|                 } | ||||
|                 #endregion | ||||
|  | ||||
|                 sendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, x, y)); | ||||
|                 sendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); | ||||
|                 doWarp(client, zoneId, privatearea, x, y, z, r); | ||||
|             } | ||||
|             else if (split.Length == 6) | ||||
| @@ -447,7 +447,7 @@ namespace FFXIVClassic_Lobby_Server | ||||
|                 privatearea = split[2]; | ||||
|                 #endregion | ||||
|  | ||||
|                 sendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, x, y)); | ||||
|                 sendMessage(client, String.Format("Warping to: ZoneID: {0} X: {1}, Y: {2}, Z: {3}", zoneId, x, y, z)); | ||||
|                 doWarp(client, zoneId, privatearea, x, y, z, r); | ||||
|             } | ||||
|             else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user