Multiple variables in one declaration
This commit is contained in:
@@ -158,7 +158,8 @@ public class StorageHelper
|
||||
*/
|
||||
public Entity teleportEntity(Entity entity, TelDestination link)
|
||||
{
|
||||
WorldServer oldWorld, newWorld;
|
||||
WorldServer oldWorld;
|
||||
WorldServer newWorld;
|
||||
EntityPlayerMP player;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user