Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tales of MajEyal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yutio888
Tales of MajEyal
Commits
bedf03d8
Commit
bedf03d8
authored
13 years ago
by
dg
Browse files
Options
Downloads
Patches
Plain Diff
oups
git-svn-id:
http://svn.net-core.org/repos/t-engine4@3821
51575b47-30f0-44d4-a5cc-537603b46e54
parent
3cff8084
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
game/engines/default/engine/PlayerProfile.lua
+1
-2
1 addition, 2 deletions
game/engines/default/engine/PlayerProfile.lua
game/modules/tome/class/UserChatExtension.lua
+1
-1
1 addition, 1 deletion
game/modules/tome/class/UserChatExtension.lua
with
2 additions
and
3 deletions
game/engines/default/engine/PlayerProfile.lua
+
1
−
2
View file @
bedf03d8
...
...
@@ -581,8 +581,7 @@ end
function
_M
:
checkModuleHash
(
module
,
md5
)
self
.
hash_valid
=
false
do
self
.
hash_valid
=
true
return
true
end
-- if not self.auth then return nil, "no online profile active" end
if
not
self
.
auth
then
return
nil
,
"no online profile active"
end
if
config
.
settings
.
cheat
then
return
nil
,
"cheat mode active"
end
if
game
and
game
:
isTainted
()
then
return
nil
,
"savefile tainted"
end
core
.
profile
.
pushOrder
(
table
.
serialize
{
o
=
"CheckModuleHash"
,
module
=
module
,
md5
=
md5
})
...
...
This diff is collapsed.
Click to expand it.
game/modules/tome/class/UserChatExtension.lua
+
1
−
1
View file @
bedf03d8
...
...
@@ -44,7 +44,7 @@ end
function
_M
:
sendKillerLink
(
msg
,
src
)
local
desc
=
nil
if
src
.
tooltip
then
desc
=
tostring
(
src
:
tooltip
(
src
.
x
,
src
.
y
,
game
.
player
)):
removeUIDCodes
()
end
if
src
.
tooltip
then
desc
=
tostring
(
src
:
tooltip
(
src
.
x
,
src
.
y
,
game
.
player
)
or
"???"
):
removeUIDCodes
()
end
local
ser
=
zlib
.
compress
(
table
.
serialize
{
kind
=
"killer-link"
,
msg
=
msg
,
desc
=
desc
})
core
.
profile
.
pushOrder
(
string.format
(
"o='ChatSerialData' channel=%q msg=%q"
,
self
.
chat
.
cur_channel
,
ser
))
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment