mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
Fixed typo in MapRefManager.
Thanks to arrai and megamage.
This commit is contained in:
parent
51546c7ab7
commit
3dc2428af2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,6 +39,6 @@ class MapRefManager : public RefManager<Map, Player>
|
|||
iterator rbegin() { return iterator(getLast()); }
|
||||
iterator rend() { return iterator(NULL); }
|
||||
const_iterator begin() const { return const_iterator(getFirst()); }
|
||||
const_iterator end() const { return const_iterator(getLast()); }
|
||||
const_iterator end() const { return const_iterator(NULL); }
|
||||
};
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue