Skip to content

Commit

Permalink
fix(radio): fix typo
Browse files Browse the repository at this point in the history
- fixes #241
  • Loading branch information
AvarianKnight committed Dec 22, 2021
1 parent 34b9521 commit 8626f53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Dillon Skaggs
Copyright (c) 2021 Dillon Skaggs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion client/module/radio.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function removePlayerFromRadio(plySource)
logger.info('[radio] %s has left radio %s', plySource, radioChannel)
end
radioData[plySource] = nil
radioNames[plySourse] = nil
radioNames[plySource] = nil
end
end
RegisterNetEvent('pma-voice:removePlayerFromRadio', removePlayerFromRadio)
Expand Down
4 changes: 1 addition & 3 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
game {'gta5', 'rdr3'}

rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
game 'common'

fx_version 'cerulean'
author 'AvarianKnight'
Expand Down

0 comments on commit 8626f53

Please sign in to comment.