Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dronelektron committed Jul 2, 2022
2 parents 5371d8b + 3f4e12c commit a3789b9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripting/modules/message.sp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
void MessagePrint_WallsRemoved() {
if (CrateList_Size() == 0 || !Variable_IsWallsEnabled() || !Variable_IsNotificationsEnabled()) {
if (WallList_Size() == 0 || !Variable_IsWallsEnabled() || !Variable_IsNotificationsEnabled()) {
return;
}

Expand Down
2 changes: 1 addition & 1 deletion scripting/respawn-unlocker.sp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Plugin myinfo = {
name = "Respawn unlocker",
author = "Dron-elektron",
description = "Allows you to unlock respawn at the end of the round",
version = "1.5.1",
version = "1.5.2",
url = "https://github.com/dronelektron/respawn-unlocker"
};

Expand Down
2 changes: 1 addition & 1 deletion translations/respawn-unlocker.phrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Walls removed"
{
"en" "{default}Walls removed"
"en" "{default}Invisible walls removed"
}

"Crates added"
Expand Down
2 changes: 1 addition & 1 deletion translations/ru/respawn-unlocker.phrases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"Walls removed"
{
"ru" "{default}Стены убраны"
"ru" "{default}Невидимые стены удалены"
}

"Crates added"
Expand Down

0 comments on commit a3789b9

Please sign in to comment.