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:
parent
81d62d01d1
commit
b0c08bf370
19 changed files with 386 additions and 100 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue