diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/netconnection.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netconnection.cc b/src/core/netconnection.cc index f87f66e..4892792 100644 --- a/src/core/netconnection.cc +++ b/src/core/netconnection.cc @@ -750,7 +750,7 @@ void NetConnection::parse_incoming_message(const std::string & message) if (connection()->localplayer()->zonechange() && oldzone && (oldzone != connection()->localplayer()->zone())) { - // notify the applciation to clear none-core zone assets (textures etc) + // notify the application to clear none-core zone assets (textures etc) application()->notify_zonechange(); // delete all entities in the old zone |