mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +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() {
|
||||
return luabind::class_<Lua_Encounter>("Encounter")
|
||||
.def(luabind::constructor<>());
|
||||
return luabind::class_<Lua_Encounter>("Encounter");
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
x
Reference in New Issue
Block a user