blob: 255cd5869140ec2f8029bb4476f1de43dbe42ac1 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001int access_rights(string user, string file) {
2 if(user == "swift" && file!="autoloadertruhe.c")
3 return 1; // Swift hat auf die Moebel Zugriff.
4 return 0;
5}