Code cleanup

This commit is contained in:
drdev
2013-12-11 04:05:17 +00:00
parent f586525a61
commit fad3ea497d
2 changed files with 2 additions and 3 deletions

View File

@@ -2948,7 +2948,6 @@ public class Player extends GameEntity implements Comparable<Player> {
* @param tempController
*/
public void runWithController(Runnable proc, PlayerController tempController) {
PlayerController oldController = controller;
controller = tempController;
try {