Skip to content

Commit 695f86c

Browse files
committed
Remove accidental tab
1 parent a4d5572 commit 695f86c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LuaEngine.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ class ELUNA_GAME_API Eluna
560560
void OnDestroy(Map* map);
561561
void OnPlayerEnter(Map* map, Player* player);
562562
void OnPlayerLeave(Map* map, Player* player);
563-
void OnMapUpdate(Map* map, uint32 diff);
563+
void OnMapUpdate(Map* map, uint32 diff);
564564
void OnAddToWorld(Creature* creature);
565565
void OnRemoveFromWorld(Creature* creature);
566566
void OnAddToWorld(GameObject* gameobject);

0 commit comments

Comments
 (0)