commit | 434c73005f5ecfcb78ee1072d19ed96b859ccad7 | [log] [tgz] |
---|---|---|
author | Zesstra <zesstra@zesstra.de> | Tue Jan 21 21:09:13 2020 +0100 |
committer | Zesstra <zesstra@zesstra.de> | Tue Jan 21 21:09:13 2020 +0100 |
tree | 0d443d079edd7a8e99fd953d9e2600e02870b5f1 | |
parent | 7bf785eb4e7b484c9a496cb8dc15838242dedbe8 [diff] [blame] |
get_userinfo() entfernt. Change-Id: I8d7df0baa963479b63d2895f23b43c3e94a1bd29
diff --git a/std/shells/magier/moving.c b/std/shells/magier/moving.c index ccb5535..0f15b98 100644 --- a/std/shells/magier/moving.c +++ b/std/shells/magier/moving.c
@@ -201,8 +201,7 @@ move("/secure/merlin",M_TPORT|M_NOCHECK); return 1; } - if ((!call_other(master(),"get_userinfo",str))|| - !IS_LEARNER(str)) + if (!IS_LEARNER(str)) { printf("Es gibt keinen Magier namens %s.\n", capitalize(str));