game: use the gamecore version of binser
This commit is contained in:
parent
9310a47e6b
commit
c41cdfdacc
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
local Game = Object:extend()
|
||||
local Characters = require "game.characters"
|
||||
|
||||
local binser = require "libs.binser"
|
||||
local binser = require "core.libs.binser"
|
||||
|
||||
function Game:new()
|
||||
self.slot = -1
|
||||
|
|
Loading…
Reference in a new issue