Jump to content

Serious Leak of RPC


gznc
  • Fixed

In networkclientrpc.lua : 770-780

    MovementPredictionEnabled = function(player, target)
        if ThePlayer ~= target then
            target.components.locomotor:SetAllowPlatformHopping(false)
        end
    end,    

    MovementPredictionDisabled = function(player, target)
        if ThePlayer ~= target then
            target.components.locomotor:SetAllowPlatformHopping(true)
        end    
    end,   

 

Please check components and type of value "target".


Steps to Reproduce
a
  • Thanks 1



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

Type "SendRPCToServer(RPC.MovementPredictionEnabled, 1)" in the console and send it to any server will crush that.

And it may terrible when targeting another player?

  • Thanks 1

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...