mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Lua_Encounter doesn't need to expose constructor
This commit is contained in:
parent
6cb1861c91
commit
b45f0f9dbc
@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
luabind::scope lua_register_encounter() {
|
luabind::scope lua_register_encounter() {
|
||||||
return luabind::class_<Lua_Encounter>("Encounter")
|
return luabind::class_<Lua_Encounter>("Encounter");
|
||||||
.def(luabind::constructor<>());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Loading…
x
Reference in New Issue
Block a user