Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dronelektron committed Feb 24, 2022
2 parents 0334f75 + ed05293 commit c95bc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripting/entity-manager.sp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Plugin myinfo = {
name = "Entity manager",
author = "Dron-elektron",
description = "Allows you to perform various actions with objects at the beginning of the round",
version = "1.0.0",
version = "1.0.1",
url = ""
};

Expand All @@ -42,6 +42,7 @@ public void OnPluginEnd() {
}

public void OnMapStart() {
Storage_SaveCurrentMapName();
UseCase_LoadEntities(CONSOLE);
}

Expand Down
1 change: 0 additions & 1 deletion scripting/modules/use-case.sp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ void UseCase_SaveEntities(int client) {
}

void UseCase_LoadEntities(int client) {
Storage_SaveCurrentMapName();
Storage_Apply(Storage_LoadEntities);

int entitiesAmount = EntityList_Size();
Expand Down

0 comments on commit c95bc87

Please sign in to comment.