summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 6d73d0d44..e940c1e0c 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -448,7 +448,6 @@ static void ChangeNetworkOwner(Owner current_owner, Owner new_owner)
if (!_networking) return;
if (current_owner == _local_company) {
- _network_playas = new_owner;
SetLocalCompany(new_owner);
}