1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Change the way how password is stored in C++ engine.

This commit is contained in:
SFENCE 2024-01-01 00:03:40 +01:00
parent 81d62d01d1
commit b0c08bf370
19 changed files with 386 additions and 100 deletions

View file

@ -87,6 +87,11 @@ public:
ModError(const std::string &s): BaseException(s) {}
};
class AuthError : public BaseException {
public:
AuthError(const std::string &s): BaseException(s) {}
};
/*
Some "old-style" interrupts: