summaryrefslogtreecommitdiff
path: root/src/content_sao.cpp
diff options
context:
space:
mode:
authorSmallJoker <mk939@ymail.com>2014-11-08 14:35:55 +0100
committerKahrl <kahrl@gmx.net>2014-11-08 14:56:09 +0100
commitc40e993ce4a13321e57856fb40566fa93a5ef187 (patch)
tree27049ec2f527c06907ff1631d74843cb7e7164fa /src/content_sao.cpp
parent96fcca4ea0a9ac0cec1ef48d5baeed78120f62e9 (diff)
downloadminetest-c40e993ce4a13321e57856fb40566fa93a5ef187.tar.gz
minetest-c40e993ce4a13321e57856fb40566fa93a5ef187.tar.bz2
minetest-c40e993ce4a13321e57856fb40566fa93a5ef187.zip
Replace setting unlimited_player_transfer_distance with player_transfer_distance
Diffstat (limited to 'src/content_sao.cpp')
-rw-r--r--src/content_sao.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/content_sao.cpp b/src/content_sao.cpp
index 40313f7a5..1edddec7b 100644
--- a/src/content_sao.cpp
+++ b/src/content_sao.cpp
@@ -1038,11 +1038,6 @@ bool PlayerSAO::isStaticAllowed() const
return false;
}
-bool PlayerSAO::unlimitedTransferDistance() const
-{
- return g_settings->getBool("unlimited_player_transfer_distance");
-}
-
std::string PlayerSAO::getClientInitializationData(u16 protocol_version)
{
std::ostringstream os(std::ios::binary);